GNOME Bugzilla – Bug 673237
window: Remove needless call to ensure_state_flag_backdrop() on map
Last modified: 2012-05-04 00:24:58 UTC
While working on bug 673125 I noticed that this doesn't seem to be needed.
Created attachment 211032 [details] [review] window: Remove needless call to ensure_state_flag_backdrop() on map This call was forcing needless work since gtk_window_map() already does a gdk_window_show() which initially sets GDK_WINDOW_STATE_FOCUSED that we then handle regularly on the widget's window state event handler.
Review of attachment 211032 [details] [review]: ok
Attachment 211032 [details] pushed as 4d7c7ec - window: Remove needless call to ensure_state_flag_backdrop() on map