summaryrefslogtreecommitdiffstats
path: root/plugins/color/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/color/main.c')
-rw-r--r--plugins/color/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/color/main.c b/plugins/color/main.c
new file mode 100644
index 0000000..5dda3e7
--- /dev/null
+++ b/plugins/color/main.c
@@ -0,0 +1,7 @@
+#define NEW gsd_color_manager_new
+#define START gsd_color_manager_start
+#define STOP gsd_color_manager_stop
+#define MANAGER GsdColorManager
+#include "gsd-color-manager.h"
+
+#include "daemon-skeleton-gtk.h"