[Xfce-bugs] [Bug 15781] Allow build with --enable-debug=full
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu Sep 19 16:17:15 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15781
--- Comment #2 from Simon Steinbeiss <ochosi at xfce.org> ---
When reviewing further I stumpled upon something in patch 5. Did you
intentionally move the keymap out of the ifdef? (Maybe irrelevant as that ifdef
seems to have been removed since then in master)
- keymap = gdk_keymap_get_default ();
#endif
+ keymap = gdk_keymap_get_for_display (display);
The rest seems fine - feel free to merge/push!
(even though the fact that the monitor number will always be 0 is disturbing, I
wonder if that already has any side effects since it seems to be the case even
without your code...)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list