From a0484778a9953dfd1948bf4dac71c51deab18cab Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Jul 2018 20:35:52 +0200 Subject: Revorked visualiser UI and a few more parameter tweaks. --- plugingui/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugingui/Makefile.am') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index fc31f35..84b351f 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -14,6 +14,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 \ @@ -102,6 +106,7 @@ nodist_libdggui_la_SOURCES = \ toggle.cc \ utf8.cc \ verticalline.cc \ + visualizerframecontent.cc \ widget.cc \ window.cc \ lodepng/lodepng.cpp @@ -231,6 +236,7 @@ EXTRA_DIST = \ toggle.h \ utf8.h \ verticalline.h \ + visualizerframecontent.h \ widget.h \ window.h \ lodepng/lodepng.h -- cgit v1.2.3