X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_pref.h;h=54cf2e1123d9c110981593394bb03b66f688fb4b;hp=2e669c5ef8e002e70ceb87509448d191f4e911d5;hb=refs%2Fheads%2Fupstream;hpb=48da1ac5531838d157762882ee455cec4da05728 diff --git a/src/ui_pref.h b/src/ui_pref.h index 2e669c5..54cf2e1 100644 --- a/src/ui_pref.h +++ b/src/ui_pref.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 @@ -24,4 +24,7 @@ void ui_pref_dialog_run(struct ui_psensor *); 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