]> Pileus Git - wmpus/commitdiff
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)
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.


No differences found