diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-04-16 16:36:06 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-04-16 16:36:06 +0300 |
commit | d7a58a51357c3d6a6f9e83cb877da98af5d8a03c (patch) | |
tree | e8f707d65126d0feb976dd50a5eb6d1e1de623e1 /src/ui | |
parent | 5863176a2bd659c8d9a3d1c7b023a27c1a8c0aa5 (diff) | |
download | metacity-d7a58a51357c3d6a6f9e83cb877da98af5d8a03c.tar.gz |
frames: use CAIRO_CONTENT_COLOR for cache surface
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/frames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c index ad6a8e71..be51bf5b 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -2184,7 +2184,7 @@ generate_pixmap (MetaFrames *frames, return NULL; result = gdk_window_create_similar_surface (frame->window, - CAIRO_CONTENT_COLOR_ALPHA, + CAIRO_CONTENT_COLOR, rect->width, rect->height); cr = cairo_create (result); |