Merge tag 'upstream/1.2.0'
[psensor-pkg-debian.git] / src / ui_color.h
index c73b2ed..3c41b78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 jeanfi@gmail.com
+ * Copyright (C) 2010-2016 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
 #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