summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
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;