After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 586309 - Fix hiding newly added windows with live_hidden_windows
Fix hiding newly added windows with live_hidden_windows
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-18 20:38 UTC by Owen Taylor
Modified: 2009-06-19 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix hiding newly added windows with live_hidden_windows (6.88 KB, patch)
2009-06-18 20:38 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-06-18 20:38:05 UTC
When we add a window and it gets hidden as the first thing, we need
to show not just the frame window, but also the window itself.
Otherwise when the window subsequently becomes visible, it will
just be an empty frame.

Add helper functions to reduce current code duplication and avoid
adding more.
Comment 1 Owen Taylor 2009-06-18 20:38:37 UTC
Created attachment 136947 [details] [review]
Fix hiding newly added windows with live_hidden_windows
Comment 2 Tomas Frydrych 2009-06-19 07:46:17 UTC
Patch looks good, please commit.
Comment 3 Owen Taylor 2009-06-19 15:42:10 UTC
Pushed