all repos — tint2 @ 62cb64feb511dfdcd5a666fbf96d537e82416e57

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

Fix includes


git-svn-id: http://tint2.googlecode.com/svn/trunk@330 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

62cb64feb511dfdcd5a666fbf96d537e82416e57

parent

8280d4dc87becdce3eead326ce0f9a8f9dce9503

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

jump to
M src/tint2conf/theme_view.csrc/tint2conf/theme_view.c

@@ -1,4 +1,4 @@

- +#include <string.h> #include "theme_view.h"
M src/util/common.csrc/util/common.c

@@ -28,7 +28,7 @@ #include <string.h>

#include "common.h" -#include "server.h" +#include "../server.h"