]> git.lizzy.rs Git - bspwm.git/commitdiff
Return whenever possible
authorBastien Dejean <nihilhill@gmail.com>
Sat, 8 Dec 2012 22:19:13 +0000 (23:19 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Sat, 8 Dec 2012 22:19:13 +0000 (23:19 +0100)
events.c

index 0ef95832bc1f7c60d2715cc221a30416e2201a67..27acba37fd2e90d6ff5753b97bb0278c91ce643c 100644 (file)
--- a/events.c
+++ b/events.c
@@ -229,6 +229,7 @@ void client_message(xcb_generic_event_t *evt)
             select_monitor(loc.monitor);
             select_desktop(loc.desktop);
         }
+        return;
     }
 
     window_location_t loc;