X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_color.h;h=3c41b783b9b50506c282756beae89c46c2e63ddb;hp=8d957f152f9d9d7f33ce020f1e37b5d9cb9e64b7;hb=bd7036af56a4b61b2b473dccbeac5e26f78b57da;hpb=582a4101efc09e95899926f4415960733b72e18e diff --git a/src/ui_color.h b/src/ui_color.h index 8d957f1..3c41b78 100644 --- a/src/ui_color.h +++ b/src/ui_color.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 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