gpointing-device-settings r96 - trunk/modules



Author: hiikezoe
Date: Mon Mar  2 06:15:20 2009
New Revision: 96
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=96&view=rev

Log:
fix callback functions.

Modified:
   trunk/modules/gpds-touchpad-ui.c

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Mon Mar  2 06:15:20 2009
@@ -456,7 +456,9 @@
 
 #define DEFINE_CIRCULAR_SCROLLING_TRIGGER_CALLBACK(position, trigger)                                   \
 static void                                                                                             \
-cb_trigger_ ## position ## _toggle_button_press_event (GtkToggleButton *button, gpointer user_data)     \
+cb_trigger_ ## position ## _toggle_button_press_event (GtkWidget *widget,                               \
+                                                       GdkEventButton *event,                           \
+                                                       gpointer user_data)                              \
 {                                                                                                       \
     set_circular_scrolling_trigger_property(GPDS_TOUCHPAD_UI(user_data),                                \
                                             GPDS_TOUCHPAD_CIRCULAR_SCROLLING_TRIGGER_ ## trigger);      \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]