gdkkeys-win32: Fix uninitialized value (#4610)
gdk_win32_keymap_get_entries_for_keycode()
did not initialize n_entries
,
which led to a wrong number of items being returned in some cases.
Fixes #4610 (closed)
Edited by Isopod
gdk_win32_keymap_get_entries_for_keycode()
did not initialize n_entries
,
which led to a wrong number of items being returned in some cases.
Fixes #4610 (closed)