GNOME Bugzilla – Bug 590611
FocusIn events of override-redirect windows not handled correctly
Last modified: 2009-08-04 13:31:27 UTC
Currently, if we receive a FocusIn event for an Override redirect window, we try to remove/add it to the MRU list, which results in an abort. The attached patch fixes this by limiting processing of such even to resetting MetaDisplay focus window to NULL.
Created attachment 139779 [details] [review] Patch that fixes FocusIn handling for OR windows
Doesn't look like it handles notification for the recently added focus-window property correctly.
Created attachment 139844 [details] [review] Updated patch with the missing notification
Looks good
Committed as 3eee6b4218f6781d68eaebce88814ee0a9aa7b2c.