]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
Client::move moves the client to the position so that its *frame* will be at the...
[chaz/openbox] / src / client.cc
index 1b3ad1a98b8c0aef5667a1b71e3a069da3db34db..b409f9b4b0b0ed9368e25597f0489f6a6461d008 100644 (file)
@@ -1146,11 +1146,11 @@ void Client::internal_resize(Corner anchor, int w, int h, bool user,
 }
 
 
-void Client::move(int x, int y, bool framepos)
+void Client::move(int x, int y)
 {
   if (!(_functions & Func_Move)) return;
-  if (framepos)
-    frame->frameGravity(x, y);
+  frame->frameGravity(x, y); // get the client's position based on x,y for the
+                             // frame
   internal_move(x, y);
 }
 
This page took 0.021002 seconds and 4 git commands to generate.