From 35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 19:57:04 +0000 Subject: move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse. --- openbox/resist.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openbox/resist.h (limited to 'openbox/resist.h') diff --git a/openbox/resist.h b/openbox/resist.h new file mode 100644 index 00000000..4031ac24 --- /dev/null +++ b/openbox/resist.h @@ -0,0 +1,11 @@ +#ifndef ob__resist_h +#define ob__resist_h + +struct _ObClient; + +#include + +void resist_move(struct _ObClient *c, gint *x, gint *y); +void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn); + +#endif -- cgit v1.2.3