]> icculus.org git repositories - dana/openbox.git/commit
We were grabbing SubstructureNotifyMask on the root window. I don't know why.. It...
authorDana Jansens <danakj@orodu.net>
Sun, 11 Mar 2007 22:16:42 +0000 (22:16 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 Mar 2007 22:16:42 +0000 (22:16 +0000)
commite2b3a32aedcca0fae92433b249186d8360ca5753
treed2a7ea8b9aa72e871bbcb39364284906ec34e79c
parentcbfa27759de455ddbfef3c2206c2c56cabf67c97
We were grabbing SubstructureNotifyMask on the root window. I don't know why.. It meant that we got unmap notifies for windows we weren't even managing and stuff. It ended up breaking VLC when it mapped-unmapped-mapped a window. We grab StructureNotify for all the clients, so I am not sure why this was ever there.
openbox/client.c
openbox/screen.c