From f257e4b0792e07e11a56828d4769f618e35df105 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 04:26:36 +0000 Subject: position the client inside the frame correctly. unmanage all clients on shutdown --- src/frame.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/frame.cc') 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 } -- cgit v1.2.3