From 8245761fd50021f115f36ed9540a6399dd79d50c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Jan 2018 20:17:27 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xcman.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xcman.c b/xcman.c index 7cb7dbb..67ac563 100644 --- a/xcman.c +++ b/xcman.c @@ -655,12 +655,12 @@ main(int argc, char **argv) if ((ev.type & 0x7F) != KeymapNotify) discard_ignore(ev.xany.serial); switch (ev.type) { - case CreateNotify: add_window(ev.xcreatewindow.window); break; - case ConfigureNotify: configure_window(&ev.xconfigure); break; - case DestroyNotify: destroy_window(ev.xdestroywindow.window, 1); break; - case CirculateNotify: circulate_window(&ev.xcirculate); break; - case MapNotify: map_window(ev.xmap.window); break; - case UnmapNotify: unmap_window(ev.xunmap.window); break; + case CreateNotify: add_window(ev.xcreatewindow.window); break; + case ConfigureNotify: configure_window(&ev.xconfigure); break; + case DestroyNotify: destroy_window(ev.xdestroywindow.window, 1); break; + case CirculateNotify: circulate_window(&ev.xcirculate); break; + case MapNotify: map_window(ev.xmap.window); break; + case UnmapNotify: unmap_window(ev.xunmap.window); break; case ReparentNotify: if (ev.xreparent.parent == root) add_window(ev.xreparent.window); -- cgit v1.2.3-70-g09d2