X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_pref.h;h=54cf2e1123d9c110981593394bb03b66f688fb4b;hp=13ae3ed09ebefc2dc9febd831155990d50570d3b;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=af47d522aa7957879bd87a44a416bb25544ed9f5 diff --git a/src/ui_pref.h b/src/ui_pref.h index 13ae3ed..54cf2e1 100644 --- a/src/ui_pref.h +++ b/src/ui_pref.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 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 @@ -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