scratch that
This commit is contained in:
parent
52b83a9dbb
commit
bbdfd8f1d6
1 changed files with 0 additions and 17 deletions
|
@ -52,23 +52,6 @@ void OtkEventDispatcher::dispatchEvents(void)
|
||||||
|
|
||||||
if (handler)
|
if (handler)
|
||||||
handler->handle(e);
|
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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue