]> Dogcows Code - chaz/openbox/blobdiff - src/xeventhandler.cc
position the client inside the frame correctly.
[chaz/openbox] / src / xeventhandler.cc
index bdebadd8f63417a6508a32b3f86d47e2d43ec3c7..ad7d7e27f22356c85aa6d462429aa5383f8f32cc 100644 (file)
@@ -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;
 
This page took 0.019583 seconds and 4 git commands to generate.