cropper

diff callbacks.h @ 11:c18ba4ea1514

just cosmetic changes
author meillo@marmaro.de
date Thu, 04 Mar 2010 14:18:19 +0100
parents ec2d11d96fb0
children 13bc21684b8a
line diff
     1.1 --- a/callbacks.h	Thu Mar 04 13:54:17 2010 +0100
     1.2 +++ b/callbacks.h	Thu Mar 04 14:18:19 2010 +0100
     1.3 @@ -12,9 +12,9 @@
     1.4  void on_ratio_3x2_activate(GtkMenuItem* menuitem, gpointer user_data);
     1.5  void on_ratio_custom_activate(GtkMenuItem* menuitem, gpointer user_data);
     1.6  
     1.7 -static void ratio_optionmenu_changed_cb (GtkOptionMenu* optionmenu, gpointer unser_data);
     1.8 -static void ratio_value_changed_cb (GtkSpinButton* spin, gpointer unser_data);
     1.9 -static void ratio_swap_button_cb (GtkButton* button, gpointer unser_data);
    1.10 +static void ratio_optionmenu_changed_cb(GtkOptionMenu* optionmenu, gpointer unser_data);
    1.11 +static void ratio_value_changed_cb(GtkSpinButton* spin, gpointer unser_data);
    1.12 +static void ratio_swap_button_cb(GtkButton* button, gpointer unser_data);
    1.13  
    1.14  void on_ratio_w_spinbutton_value_changed(GtkSpinButton* spinbutton, gpointer user_data);
    1.15  void on_ratio_w_spinbutton_change_value(GtkSpinButton* spinbutton, GtkScrollType scroll, gpointer user_data);