avoid configuration (color) field in psensor struct
[psensor.git] / src / ui_color.h
index 8d957f1..122db01 100644 (file)
 #ifndef _PSENSOR_UI_COLOR_H_
 #define _PSENSOR_UI_COLOR_H_
 
-#include "color.h"
+#include <bool.h>
 
-/*
- * UI to change a given color.
- *
- * Returns 1 if the color has been modified.
- */
-int ui_change_color(const char *title, struct color *col, GtkWindow *win);
+bool ui_change_color(const char *, GdkRGBA *, GtkWindow *);
 
 #endif