Switched to GtkColorChooserDialog instead of the deprecated widget GtkColorSelectionD...
[psensor.git] / src / ui_color.h
index dba12d7..c73b2ed 100644 (file)
 #include "color.h"
 
 /*
-  UI to change a given color.
-
-  Returns 1 if the color has been modified.
* UI to change a given color.
+ *
* Returns 1 if the color has been modified.
  */
-int ui_change_color(const char *title, struct color *col);
+int ui_change_color(const char *title, struct color *col, GtkWindow *win);
 
 #endif