all repos — tint2 @ 68c2ad7062f6e5f610bbb63c6af57a56aa7ebdd2

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Taskbar: thumbnails (disable cairo method as it leaks heavily when screensaver is on)
o9000 mrovi9000@gmail.com
commit

68c2ad7062f6e5f610bbb63c6af57a56aa7ebdd2

parent

cc5842463d2777ad0b8043f4d179bcd6faa7fab9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/util/window.csrc/util/window.c

@@ -662,7 +662,7 @@ fprintf(stderr, "tint2: captured window using XGetImage\n");

} } - if (!image_surface) { + if (0 && !image_surface) { image_surface = get_window_thumbnail_cairo(win, size); if (image_surface && cairo_surface_is_blank(image_surface)) { cairo_surface_destroy(image_surface);