diff options
Diffstat (limited to 'gdk/gdkinputcommon.h')
-rw-r--r-- | gdk/gdkinputcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkinputcommon.h b/gdk/gdkinputcommon.h index dfe161fd71..c4e21f4f1c 100644 --- a/gdk/gdkinputcommon.h +++ b/gdk/gdkinputcommon.h @@ -186,7 +186,7 @@ gdk_input_device_new(XDeviceInfo *device, gint include_core) if ((xki->min_keycode == 8) && (xki->max_keycode == 32)) { gdkdev->info.num_keys = 32; - gdkdev->min_keycode = 0; + gdkdev->min_keycode = 1; } else { |