summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-12 19:57:04 +0000
committerDana Jansens <danakj@orodu.net>2003-08-12 19:57:04 +0000
commit35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3 (patch)
treee6591143a46ae20426da8a035f1d12fa70d006d8 /openbox/config.h
parent950b85b9880012ed45b81854b5b5865b1de08a87 (diff)
move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h5
1 files changed, 5 insertions, 0 deletions
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;