Fix from Phil Blundell for compiling without Xkb. (#95909)
Wed Oct 16 15:19:44 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkkeys-x11.c: Fix from Phil Blundell for compiling without Xkb. (#95909)
This commit is contained in:
@ -123,7 +123,10 @@ gdk_keymap_x11_init (GdkKeymapX11 *keymap)
|
||||
|
||||
keymap->group_switch_mask = 0;
|
||||
keymap->have_direction = FALSE;
|
||||
|
||||
#ifdef HAVE_XKB
|
||||
keymap->xkb_desc = NULL;
|
||||
#endif
|
||||
|
||||
keymap->current_serial = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user