all repos — tint2 @ 330f1093bbbc6c994abae1480b21cdb42ff47f01

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

Proper glib version check
o9000 mrovi9000@gmail.com
commit

330f1093bbbc6c994abae1480b21cdb42ff47f01

parent

8e8046af6de68bfc27b1ba585133721d29e46b46

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

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

@@ -618,7 +618,7 @@ cairo_surface_destroy(cs);

XFreePixmap(server.display, pmap); } -#if !GLIB_CHECK_VERSION(2, 33, 4) +#if !GLIB_CHECK_VERSION(2, 34, 0) GList *g_list_copy_deep(GList *list, GCopyFunc func, gpointer user_data) { list = g_list_copy(list);