diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 00:04:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 00:04:27 +0000 |
| commit | bbdfd8f1d6b46954f5611f245ee2c68aa2fe91ce (patch) | |
| tree | aeaee6ceaf79c922cdbc8c27552396c5716408a0 /otk/eventdispatcher.cc | |
| parent | 52b83a9dbb2b7823d5f78781f5948dfd8d77d50b (diff) | |
scratch that
Diffstat (limited to 'otk/eventdispatcher.cc')
| -rw-r--r-- | otk/eventdispatcher.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 75a06ea1..69fa3d5a 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -52,23 +52,6 @@ void OtkEventDispatcher::dispatchEvents(void) if (handler) handler->handle(e); - else { - // some events have to be handled anyways! - if (e.type == ConfigureRequest) { - XWindowChanges xwc; - - xwc.x = e.xconfigurerequest.x; - xwc.y = e.xconfigurerequest.y; - xwc.width = e.xconfigurerequest.width; - xwc.height = e.xconfigurerequest.height; - xwc.border_width = e.xconfigurerequest.border_width; - xwc.sibling = e.xconfigurerequest.above; - xwc.stack_mode = e.xconfigurerequest.detail; - - XConfigureWindow(OBDisplay::display, e.xconfigurerequest.window, - e.xconfigurerequest.value_mask, &xwc); - } - } } } |
