CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2013/10/19 13:39:35
Modified files:
app/cwm : calmwm.h client.c conf.c xutil.c
Log message:
Using xu_btn_ungrab() buttons during client_leave doesn't work (error
BadValue) when the modifier is already AnyModifier . Instead alter
xu_btn_ungrab() to ungrab AnyButton/AnyModifier and call it only when a
client is coming into focus in client_setactive(), instead of iterating
over ignore mods - matches how we handle key grabs.
