all repos — tint2 @ 91f7384fd240b4362e942fa21ebe31433355623e

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

Fix compilation under ubunt 12.04
o9000 mrovi9000@gmail.com
commit

91f7384fd240b4362e942fa21ebe31433355623e

parent

2e832a988f649f98b383a129c3498838e5a03087

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

jump to
M src/util/common.hsrc/util/common.h

@@ -139,4 +139,8 @@ #if !GLIB_CHECK_VERSION(2, 38, 0)

#define g_assert_null(expr) g_assert((expr) == NULL) #endif +#if !GLIB_CHECK_VERSION(2, 40, 0) +#define g_assert_nonnull(expr) g_assert((expr) != NULL) +#endif + #endif