]> Pileus Git - wmpus/commit
Fix closing windows
authorAndy Spencer <andy753421@gmail.com>
Tue, 4 Sep 2012 07:04:57 +0000 (07:04 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 5 Sep 2012 08:54:49 +0000 (08:54 +0000)
commit725276e644d0b8e9024fc8af134d8e85acffa52a
tree40d67f499dd589e9c3b4bf8e7b0b98e8d66e5626
parent5cbe4e8f82762838b90d73ffbf43105585b710ea
Fix closing windows

The win_msg function initializes a union.. Apparently since XEvent is a
union the implied .xclient.type = 0 overrode the explicit .type =
ClientMessage.

Note: setting focus on gtk windows causes key presses to be missed for
some reason.. so comment that out for now.
sys-x11.c