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/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index ab1b7493..98a5340b 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -67,6 +67,11 @@ extern gint config_mouse_threshold; double-click */ extern gint config_mouse_dclicktime; +/*! Number of pixels to resist while crossing another window's edge */ +gint config_resist_win; +/*! Number of pixels to resist while crossing a screen's edge */ +gint config_resist_edge; + /*! User-specified path to the menu file */ extern gchar *config_menu_path; -- cgit v1.2.3