rm the edge_resistance option.. just dont load the plugin!

This commit is contained in:
Dana Jansens 2003-03-21 09:32:17 +00:00
parent dabcb558cd
commit 23ee7b9a93

View file

@ -6,7 +6,6 @@
#include <glib.h>
static int resistance = 10;
static gboolean edge_resistance = TRUE; /* window-to-edge */
static gboolean window_resistance = TRUE; /* window-to-window */
static void resist(Client *c, int *x, int *y)
@ -19,8 +18,6 @@ static void resist(Client *c, int *x, int *y)
int w, h; /* current size */
gboolean snapx = FALSE, snapy = FALSE;
if (!edge_resistance) return;
w = c->frame->area.width;
h = c->frame->area.height;