From cfccb42e58079b7e0bd7e08a1475aa7e58dd9018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Sat, 16 Apr 2016 16:36:06 +0300 Subject: frames: use CAIRO_CONTENT_COLOR for cache surface --- src/ui/frames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/frames.c b/src/ui/frames.c index a5a83e29..c6124608 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -2248,7 +2248,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); -- cgit v1.2.1