correctly pass the function address when setting up the event filter
2007-02-23 Jens Granseuer <jensgr@gmx.net> * gnome-settings-accessibility-keyboard.c: (gnome_settings_accessibility_keyboard_load): correctly pass the function address when setting up the event filter svn path=/trunk/; revision=7328
This commit is contained in:
parent
536fc3e714
commit
2ea899f11e
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-23 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-settings-accessibility-keyboard.c:
|
||||
(gnome_settings_accessibility_keyboard_load): correctly pass the
|
||||
function address when setting up the event filter
|
||||
|
||||
2007-02-16 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-settings-keybindings.c: (gnome_settings_keybindings_init):
|
||||
|
|
|
@ -583,8 +583,7 @@ gnome_settings_accessibility_keyboard_load (GConfClient *client)
|
|||
XSync (GDK_DISPLAY (), FALSE);
|
||||
gdk_error_trap_pop ();
|
||||
|
||||
gdk_window_add_filter (NULL,
|
||||
&cb_xkb_event_filter, NULL);
|
||||
gdk_window_add_filter (NULL, cb_xkb_event_filter, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue