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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user