summaryrefslogtreecommitdiff
path: root/src/xeventhandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xeventhandler.cc')
-rw-r--r--src/xeventhandler.cc4
1 files changed, 2 insertions, 2 deletions
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;