X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_color.h;h=3c41b783b9b50506c282756beae89c46c2e63ddb;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hp=dba12d750ca8517e0af9e182e4fae8f1f42ed2c5;hpb=cc35e177d57bc4ee2cc57ae25f130dfc168aa61d;p=psensor.git diff --git a/src/ui_color.h b/src/ui_color.h index dba12d7..3c41b78 100644 --- a/src/ui_color.h +++ b/src/ui_color.h @@ -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 @@ -19,13 +19,8 @@ #ifndef _PSENSOR_UI_COLOR_H_ #define _PSENSOR_UI_COLOR_H_ -#include "color.h" +#include -/* - UI to change a given color. - - Returns 1 if the color has been modified. - */ -int ui_change_color(const char *title, struct color *col); +bool ui_change_color(const char *, GdkRGBA *, GtkWindow *); #endif