]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
choke on invalid options on the cmd line
[chaz/openbox] / openbox / action.c
index b05e34504ec82af9914cb94c59537cb30f5e8deb..6a86cf33f6f938506554fa17ff833fa54da3d2d5 100644 (file)
@@ -3,7 +3,7 @@
 #include "frame.h"
 #include "screen.h"
 #include "action.h"
-#include "snap.h"
+#include "dispatch.h"
 
 #include <glib.h>
 
@@ -402,7 +402,7 @@ void action_move(union ActionData *data)
     int x = data->move.x;
     int y = data->move.y;
 
-    snap_move(c, &x, &y, c->frame->area.width, c->frame->area.height);
+    dispatch_move(c, &x, &y);
 
     frame_frame_gravity(c->frame, &x, &y); /* get where the client should be */
     client_configure(c, Corner_TopLeft, x, y, c->area.width, c->area.height,
This page took 0.021484 seconds and 4 git commands to generate.