Taskbar: thumbnails (disable cairo method as it leaks heavily when screensaver is on)

This commit is contained in:
o9000
2017-11-25 22:27:46 +01:00
parent cc5842463d
commit 68c2ad7062

View File

@@ -662,7 +662,7 @@ cairo_surface_t *get_window_thumbnail(Window win, int size)
} }
} }
if (!image_surface) { if (0 && !image_surface) {
image_surface = get_window_thumbnail_cairo(win, size); image_surface = get_window_thumbnail_cairo(win, size);
if (image_surface && cairo_surface_is_blank(image_surface)) { if (image_surface && cairo_surface_is_blank(image_surface)) {
cairo_surface_destroy(image_surface); cairo_surface_destroy(image_surface);