From 64dfc3d24b51456f5a90fa1a59771db1ef1d980c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 4 May 2014 19:00:57 +0200 Subject: libmate-desktop: Add MateColorButton dialog Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3 --- libmate-desktop/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libmate-desktop/Makefile.am') diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index b36047c..3e35321 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -11,7 +11,10 @@ libmate_desktop_HEADERS = \ mate-desktop-thumbnail.h \ mate-rr.h \ mate-rr-config.h \ - mate-rr-labeler.h + mate-rr-labeler.h \ + mate-colorbutton.h \ + mate-colorsel.h \ + mate-colorseldialog.h lib_LTLIBRARIES = libmate-desktop-2.la @@ -43,6 +46,9 @@ libmate_desktop_2_la_SOURCES = \ mate-rr-config.c \ mate-rr-labeler.c \ mate-rr-private.h \ + mate-colorbutton.c \ + mate-colorsel.c \ + mate-colorseldialog.c \ edid-parse.c \ edid.h \ private.h -- cgit v1.2.1