all repos — tint2 @ 66c98bc820f3f19a5169b35c1cf05d7e71bde5e1

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

Fix bad include
o9000 mrovi9000@gmail.com
commit

66c98bc820f3f19a5169b35c1cf05d7e71bde5e1

parent

de1d25508860714881be2458daa575c7fee1556d

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

jump to
M src/server.hsrc/server.h

@@ -15,9 +15,8 @@ #include <X11/extensions/Xinerama.h>

#ifdef HAVE_SN #include <libsn/sn.h> -#include <glib.h> #endif - +#include <glib.h> typedef struct Global_atom {

@@ -155,4 +154,4 @@ void get_monitors();

void get_desktops(); int server_get_number_of_desktops(); -#endif +#endif