diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 04:26:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 04:26:36 +0000 |
| commit | f257e4b0792e07e11a56828d4769f618e35df105 (patch) | |
| tree | 2cc453a28a123f0ba89885161c308c9cd3f31ab9 /src/frame.cc | |
| parent | b9cac2146e1dfe54cb6c0ce647d6c7d58d17de54 (diff) | |
position the client inside the frame correctly.
unmanage all clients on shutdown
Diffstat (limited to 'src/frame.cc')
| -rw-r--r-- | src/frame.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.cc b/src/frame.cc index 9e4a8edb..601bbe39 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -65,6 +65,8 @@ void OBFrame::resize() XResizeWindow(otk::OBDisplay::display, _window, _size.left + _size.right + _client->area().width(), _size.top + _size.bottom + _client->area().height()); + XMoveWindow(otk::OBDisplay::display, _client->window(), + _size.left, _size.top); // XXX: more is gunna have to happen here } |
