]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
try again. merge r6177-6182 from 3.4-working
[chaz/openbox] / openbox / event.c
index ace3e86177821978ed41e606cf87c955992855e8..44ae7b0a74a3ebaf400cc045830f25a9ec626958 100644 (file)
@@ -43,7 +43,6 @@
 #include "translate.h"
 
 #include <X11/Xlib.h>
-#include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <glib.h>
 
@@ -1025,7 +1024,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
             if ((unsigned)e->xclient.data.l[0] < screen_num_desktops ||
                 (unsigned)e->xclient.data.l[0] == DESKTOP_ALL)
                 client_set_desktop(client, (unsigned)e->xclient.data.l[0],
-                                   FALSE, FALSE);
+                                   FALSE);
         } else if (msgtype == prop_atoms.net_wm_state) {
             /* can't compress these */
             ob_debug("net_wm_state %s %ld %ld for 0x%lx\n",
This page took 0.024367 seconds and 4 git commands to generate.