all repos — tint2 @ b9ab0ae58e3b2e475d2dda6615dbe993c016323d

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

tint2conf: Fix bad code when compiling with clang
o9000 mrovi9000@gmail.com
commit

b9ab0ae58e3b2e475d2dda6615dbe993c016323d

parent

2c90c5640e505444de55ad165a94e0e9d4663300

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

jump to
M src/tint2conf/main.hsrc/tint2conf/main.h

@@ -15,7 +15,7 @@ #define GETTEXT_PACKAGE "tint2conf"

#endif #define SNAPSHOT_TICK 190 -gboolean update_snapshot(); +gboolean update_snapshot(gpointer ignored); void menuApply(); void refresh_current_theme(); extern GtkWidget *g_window;