diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-15 20:35:52 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-15 20:41:10 +0200 | 
| commit | a0484778a9953dfd1948bf4dac71c51deab18cab (patch) | |
| tree | 15b9ff0c0b745b0efb02375d285ade09bbdf0f18 /plugin | |
| parent | 34578fdef6a9f77aa285501130be55fcd560c03d (diff) | |
Revorked visualiser UI and a few more parameter tweaks.
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/Makefile.mingw32.in | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index d0589d6..5979663 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -95,6 +95,7 @@ GUI_SRC = \  	@top_srcdir@/plugingui/toggle.cc \  	@top_srcdir@/plugingui/utf8.cc \  	@top_srcdir@/plugingui/verticalline.cc \ +	@top_srcdir@/plugingui/visualizerframecontent.cc \  	@top_srcdir@/plugingui/widget.cc \  	@top_srcdir@/plugingui/window.cc \  	@top_srcdir@/plugingui/lodepng/lodepng.cpp @@ -143,6 +144,10 @@ RES = \  	resources/pushbutton.png \  	resources/sidebar.png \  	resources/slider.png \ +	resources/stddev_horizontal.png \ +	resources/stddev_horizontal_disabled.png \ +	resources/stddev_vertical.png \ +	resources/stddev_vertical_disabled.png \  	resources/switch_back_off.png \  	resources/switch_back_on.png \  	resources/switch_front.png \ | 
