summaryrefslogtreecommitdiff
path: root/openbox/snap.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 09:41:01 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 09:41:01 +0000
commitc2cbef62bb5d7e0c3f8c00e95bc885dc1f9ab1da (patch)
tree2f368262765ec89d58ea6d63de3898aac2751bb8 /openbox/snap.h
parent1c7c94614dd64490063f768b71a5b9cf192ce1db (diff)
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.
Diffstat (limited to 'openbox/snap.h')
-rw-r--r--openbox/snap.h8
1 files changed, 0 insertions, 8 deletions
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