X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=blobdiff_plain;f=src%2Fxo-callbacks.h;h=c371ddd88143af14d712ac2474967054b31659f3;hp=ebe9b8bf834b4b274c42bc48fb2d597a325e433b;hb=34dbe92edd95fbf7082c3e54f438c76355254fe5;hpb=f403c2b52eae763e10452f039a2bb586a70acc49 diff --git a/src/xo-callbacks.h b/src/xo-callbacks.h index ebe9b8b..c371ddd 100644 --- a/src/xo-callbacks.h +++ b/src/xo-callbacks.h @@ -476,15 +476,10 @@ void on_optionsButtonMappings_activate (GtkMenuItem *menuitem, gpointer user_data); -void -on_optionsAntialiasBG_activate (GtkMenuItem *menuitem, - gpointer user_data); - void on_optionsProgressiveBG_activate (GtkMenuItem *menuitem, gpointer user_data); - void on_mru_activate (GtkMenuItem *menuitem, gpointer user_data); @@ -629,3 +624,11 @@ on_toolsReco_activate (GtkMenuItem *menuitem, void on_optionsPressureSensitive_activate (GtkMenuItem *menuitem, gpointer user_data); + +void +on_buttonColorChooser_set (GtkColorButton *colorbutton, + gpointer user_data); + +void +on_optionsButtonsSwitchMappings_activate(GtkMenuItem *menuitem, + gpointer user_data);