Taskbar: thumbnails (disable cairo method as it leaks heavily when screensaver is on)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user