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/xeventhandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xeventhandler.cc') diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc index bdebadd8..ad7d7e27 100644 --- a/src/xeventhandler.cc +++ b/src/xeventhandler.cc @@ -124,7 +124,7 @@ void OBXEventHandler::configureRequest(const XConfigureRequestEvent &e) // XXX: put this into the OBScreen or OBClient class! -static void manageWindow(int screen, Window window) +void OBXEventHandler::manageWindow(int screen, Window window) { OBClient *client = 0; XWMHints *wmhint; @@ -177,7 +177,7 @@ static void manageWindow(int screen, Window window) } // XXX: move this to the OBScreen or OBClient class! -static void unmanageWindow(OBClient *client) +void OBXEventHandler::unmanageWindow(OBClient *client) { OBFrame *frame = client->frame; -- cgit v1.2.3