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 659477 - MetaWindowActor: unset the shaped texture overlay path for frameless windows
MetaWindowActor: unset the shaped texture overlay path for frameless 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: 2011-09-19 14:17 UTC by Rui Matos
Modified: 2011-09-19 17:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaWindowActor: unset the shaped texture overlay path for frameless windows (1.04 KB, patch)
2011-09-19 14:17 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2011-09-19 14:17:12 UTC
This would cause rendering glitches near the window corners in
e.g. chrome/chromium by changing the Appearance preference "Use system title
bar and borders" → "Hide system title bar and use compact borders".
Comment 1 Rui Matos 2011-09-19 14:17:14 UTC
Created attachment 196947 [details] [review]
MetaWindowActor: unset the shaped texture overlay path for frameless windows

When a window loses its frame we must unset any overlay path previously set on
the shaped texture.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-09-19 14:46:34 UTC
Review of attachment 196947 [details] [review]:

Makes sense. Put "causes glitches" or something in the commit message, though.
Comment 3 Rui Matos 2011-09-19 17:55:36 UTC
Attachment 196947 [details] pushed as c136815 - MetaWindowActor: unset the shaped texture overlay path for frameless windows