From c2cbef62bb5d7e0c3f8c00e95bc885dc1f9ab1da Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 09:41:01 +0000 Subject: add a dispatched event for interactively moving a window. move window snapping/resistance out of the kernel. make the action_move dispatch the new event. --- openbox/snap.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 openbox/snap.h (limited to 'openbox/snap.h') diff --git a/openbox/snap.h b/openbox/snap.h deleted file mode 100644 index 5bf26272..00000000 --- a/openbox/snap.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __snap_h -#define __snap_h - -#include "client.h" - -void snap_move(Client *c, int *x, int *y, int w, int h); - -#endif -- cgit v1.2.3