1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Remove #ifdef NETWM_HINTS constructs

NETWM_HINT is always defined in src/wconfig.h.in, so
let's remove it from there too.
This commit is contained in:
Carlos R. Mafra
2009-10-12 00:08:21 +02:00
parent 347e804bb6
commit 15e37ff942
15 changed files with 21 additions and 131 deletions

View File

@@ -31,8 +31,6 @@
#include "wconfig.h"
#ifdef NETWM_HINTS
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xarch.h>
@@ -1646,5 +1644,3 @@ static void wsobserver(void *self, WMNotification * notif)
updateWorkspaceNames(scr);
}
}
#endif /* NETWM_HINTS */