all repos — tint2 @ d463dcb5b40ef0e47681a1465a3c6d8d4a5c7823

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

Taskbar: thumbnails (optimizations)
o9000 mrovi9000@gmail.com
commit

d463dcb5b40ef0e47681a1465a3c6d8d4a5c7823

parent

23782a4414c08577cede3b027d4116e8187fe0cc

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

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

@@ -549,7 +549,7 @@ if (filter == CAIRO_FILTER_FAST)

smooth_thumbnail(image_surface); double end_time = get_time(); - if (end_time - start_time > 0.030) + if (end_time - start_time > 0.020) filter = CAIRO_FILTER_FAST; else if (end_time - start_time < 0.010) filter = CAIRO_FILTER_BEST;