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:
Owen Taylor
2002-10-16 19:20:57 +00:00
committed by Owen Taylor
parent 209fd4cc5d
commit 79193611f4
7 changed files with 33 additions and 0 deletions

View File

@ -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;
}