CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2014/01/28 06:40:40
Modified files: app/cwm : xevents.c Log message: The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1) then the window should appear on all desktops, which in our case is assigned to group 0. Found to fix stalonetray due to the non-ewmh aware range checking in group_movetogroup(); from Thomas Adam.