X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_color.h;h=c73b2ed7962cbd9406c590915743034e8728fbd3;hp=0dfe127929de25bf7cc52f329408f2324ae0c3c5;hb=dcd813f21c83592155f712ff1acf450b483d8072;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/ui_color.h b/src/ui_color.h index 0dfe127..c73b2ed 100644 --- a/src/ui_color.h +++ b/src/ui_color.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2013 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 @@ -22,10 +22,10 @@ #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