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 615120 - drop shadows appear before their windows
drop shadows appear before their windows
Status: RESOLVED DUPLICATE of bug 587255
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2010-04-07 23:50 UTC by Dan Winship
Modified: 2010-04-13 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2010-04-07 23:50:01 UTC
Sometimes when a window is mapped (and the machine is slow), the drop shadow appears noticeably before the rest of the window.
Comment 1 Owen Taylor 2010-04-13 13:02:48 UTC
I think what is actually happening is that the X server fills in the default contents of the window by copying from the backing store, and then we draw that with the drop shadow, and then later the contents fill in. So this is a duplicate of bug 587255, which is about providing a mechanism for letting the window manager know when the window has been initially filled in.

*** This bug has been marked as a duplicate of bug 587255 ***