]> icculus.org git repositories - dana/openbox.git/commit
Redraw the screen when a ObWindow is destroyed, but not on every related event
authorDana Jansens <danakj@orodu.net>
Sun, 27 Jun 2010 11:27:14 +0000 (13:27 +0200)
committerDana Jansens <danakj@orodu.net>
Sun, 27 Jun 2010 11:27:14 +0000 (13:27 +0200)
commit2de43d080f410213f255d8eb9e2a34a45d6e639d
tree58d8ea968246247c94a11156b78249931dfa4063
parent4ee72e57564627b9339289808da9bc1c8058c79f
Redraw the screen when a ObWindow is destroyed, but not on every related event

We won't get an event we recognize is a window if we destroy the window
 (such as a MenuFrame going away), as the event will no longer be tracable
 to that window.
Also don't redraw on every map/unmap/configurenotify we see, just ones for
 the top-level windows.
openbox/event.c
openbox/window.c