JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix issue where _NET_ACTIVE_WINDOW is ignored on unmapped, unmanaged
authorReginald Kennedy <rk@rejii.com>
Mon, 16 Jul 2012 19:07:26 +0000 (03:07 +0800)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 22:00:02 +0000 (06:00 +0800)
commitfe71db40e007b2fcd53261c3a8b998cdea85da7b
tree4b7f230a9eb700360587baeb59b0b66478747831
parent2dfd100cea1a6acc9905248b9af89b761261b6b8
Fix issue where _NET_ACTIVE_WINDOW is ignored on unmapped, unmanaged
windows. Skype works!

Move atom name query in propertynotify to a separate function.

Rename active_wm() to enable_wm() since the purpose of the function is
to enable X window management.  The error check is now done within the
function. Like before, return 0 on success; 1 on failure.

New debug type: SWM_D_INIT

More type casting.
spectrwm.c