]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
move the resistance plugin into the kernel. dont resist when move/resizing with the...
[chaz/openbox] / openbox / config.h
index ab1b7493a683531b4b22498106ae2f38d9ab5853..98a5340bea32e121c9906ccfe847e50141013949 100644 (file)
@@ -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;
 
This page took 0.020019 seconds and 4 git commands to generate.