summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 18:56:56 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 18:56:56 +0000
commit811fa21940629236eb15345b4034bcc278bf7ba9 (patch)
tree5aa14b3cfd6a432900c5f80f4cde8e6857c582dc /openbox/config.h
parent5812a81c18b770dc5449be36648f5990f982dae7 (diff)
remove the edges_hit_layers_below option. don't use windows in other layers for resistance
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 94991a60..6a0ee33c 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -149,8 +149,6 @@ 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;