summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-09-04 19:45:38 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-09-04 19:45:38 +0000
commitc02f68499f8cb001f48cbc6d4af43a6fe9cf681d (patch)
treed6a918ce384db3713792e0ba51565088bd4a0f3a /openbox/config.h
parent1ed2670b891929be289b4099ee752a592e8f123b (diff)
option to make dragging and findedge ignore windows on lower layers
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index e13dd091..3117a710 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -104,6 +104,8 @@ extern gint config_mouse_dclicktime;
extern gint config_resist_win;
/*! Number of pixels to resist while crossing a screen's edge */
extern gint config_resist_edge;
+/*! Should windows resist edges at layers below */
+extern gboolean config_resist_layers_below;
/*! Warp near edge on menu? */
extern gboolean config_menu_warppointer;