diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:00:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:00:11 +0000 |
| commit | 5316bc6c3e3329dc620cfd15d472ed5d376100f8 (patch) | |
| tree | 8eb218b419cfa114dc3f530daae6b1b11dfb26d1 /openbox/event.c | |
| parent | 1a005d729155015be614ccb86b596020c99ae712 (diff) | |
1. remove some old event handling that was not used at all. yay less bandwidth.
2. make the client padding color show during resizes with drawContents off
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/event.c b/openbox/event.c index 8d67ee93..759c2e22 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -672,9 +672,6 @@ static void event_handle_client(ObClient *client, XEvent *e) ObFrameContext con; switch (e->type) { - case VisibilityNotify: - client->frame->obscured = e->xvisibility.state != VisibilityUnobscured; - break; case ButtonPress: case ButtonRelease: /* Wheel buttons don't draw because they are an instant click, so it |
