[#]
http://marc.info/?l=openbsd-cvs&m=140873425913660&w=2
openbsd-cvs(obsdave,2) — All
2014-08-22 23:55:07
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2014/08/22 13:04:01
Modified files:
app/cwm : group.c mousefunc.c search.c xutil.c
Log message:
Fix nogroup regression, where nogroup became an actual group - the
symantics between cwm groups and ewmh got in the way. Ensure a client
that wants to be in nogroup stays in nogroup (thus stays in view), even
when (re)reading NET_WM_DESKTOP. Paritially reverts patchset 644
(2014-02-07 13:09 PST) which deals with a NULL cc->group. All to be
revisited when NET_WM_STATE_STICKY hits cwm.
Reported by many; testing and ok phessler.