diff options
Diffstat (limited to 'tools/aewm-drakx/aewm-drakx.c')
-rw-r--r-- | tools/aewm-drakx/aewm-drakx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/aewm-drakx/aewm-drakx.c b/tools/aewm-drakx/aewm-drakx.c index f550271c7..4df2544af 100644 --- a/tools/aewm-drakx/aewm-drakx.c +++ b/tools/aewm-drakx/aewm-drakx.c @@ -7,7 +7,6 @@ Display *dpy; Window root; -Atom wm_state; static void scan_wins(void) { @@ -38,8 +37,6 @@ static void setup_display(void) XSetErrorHandler(handle_xerror); root = RootWindow(dpy, DefaultScreen(dpy)); - wm_state = XInternAtom(dpy, "WM_STATE", False); - sattr.event_mask = SubstructureRedirectMask|SubstructureNotifyMask; XChangeWindowAttributes(dpy, root, CWEventMask, &sattr); } |