https://bugzilla.xfce.org/show_bug.cgi?id=15781
--- Comment #2 from Simon Steinbeiss <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
