X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_color.h;h=3c41b783b9b50506c282756beae89c46c2e63ddb;hp=c73b2ed7962cbd9406c590915743034e8728fbd3;hb=3361fda8735c65887a859c9faf287cb105ae6bc8;hpb=ba85e3eadb75ad8bd62d9f46f5f13c33b42cb864 diff --git a/src/ui_color.h b/src/ui_color.h index c73b2ed..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, GtkWindow *win); +bool ui_change_color(const char *, GdkRGBA *, GtkWindow *); #endif