diff options
Diffstat (limited to 'xevents.c')
-rw-r--r-- | xevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ xev_handle_clientmessage(XEvent *ee) * is 0xFFFFFFFF (-1) then the window should appear * on all desktops, in our case, group 0. */ - if (e->data.l[0] == (unsigned long)-1) + if (e->data.l[0] == 0xFFFFFFFF) group_movetogroup(cc, 0); else if (e->data.l[0] >= 0 && |