X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_pref.h;h=605c51e59ef0e809491b183984fb2fac07838a1d;hb=51450a36b7143fe230197dfa89b5fd072af7421c;hp=861ce471553b15474b62e6cf0922cc126937212f;hpb=45c8086f97097df36ba8cd0552f152be80f79b12;p=psensor.git diff --git a/src/ui_pref.h b/src/ui_pref.h index 861ce47..605c51e 100644 --- a/src/ui_pref.h +++ b/src/ui_pref.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 jeanfi@gmail.com + * Copyright (C) 2010-2014 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,6 +22,9 @@ #include "ui.h" void ui_pref_dialog_run(struct ui_psensor *); -GdkColor *color_to_gdkcolor(struct color *color); +GdkRGBA color_to_GdkRGBA(struct color *color); + +void ui_pref_decoration_toggled_cbk(GtkToggleButton *, gpointer); +void ui_pref_keep_below_toggled_cbk(GtkToggleButton *, gpointer); #endif