activate XGrabServer again
commit6c6e832c5257808d054cd49c3e7eb585f7a7fa24
authorRalf Hoffmann <ralf@boomerangsworld.de>
Fri, 4 Dec 2009 13:51:31 +0000 (4 14:51 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 8 Dec 2009 15:14:29 +0000 (8 16:14 +0100)
treecc3e9b4cde6f7acd0608fc2342739f2f749968cf
parent13c2d523e22c45e8d9832cc47e15212638b22f87
activate XGrabServer again

This patch fixes a small problem which only rarely occurs. If a
window is opened only for a very short time and closed right away, in
some circumstances the frame around it stays opened. It looks like
Window Maker doesn't get the destroy message. The XGrabServer call was
commented in the code so I activated it again which seems to prevent this
from happening. I think it actually make sense since the ungrab calls are
used anyway in the following code.
src/window.c