GNOME Bugzilla – Bug 596343
mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()
Last modified: 2009-09-25 17:05:16 UTC
The return value of XGrabKeyboard() wasn't actually being assigned to the 'result' variable so we didn't notice when grabbing the keyboard failed.
Created attachment 144020 [details] [review] mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()
Attachment 144020 [details] pushed as 2af7889 - mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard()