From 811fa21940629236eb15345b4034bcc278bf7ba9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 May 2007 18:56:56 +0000 Subject: remove the edges_hit_layers_below option. don't use windows in other layers for resistance --- openbox/config.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/config.c') diff --git a/openbox/config.c b/openbox/config.c index c4fed63d..6a45005d 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -87,7 +87,6 @@ GSList *config_menu_files; gint config_resist_win; gint config_resist_edge; -gboolean config_resist_layers_below; GSList *config_per_app_settings; @@ -705,8 +704,6 @@ static void parse_resistance(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, config_resist_win = parse_int(doc, n); if ((n = parse_find_node("screen_edge_strength", node))) config_resist_edge = parse_int(doc, n); - if ((n = parse_find_node("edges_hit_layers_below", node))) - config_resist_layers_below = parse_bool(doc, n); } typedef struct @@ -882,7 +879,6 @@ void config_startup(ObParseInst *i) config_resist_win = 10; config_resist_edge = 20; - config_resist_layers_below = FALSE; parse_register(i, "resistance", parse_resistance, NULL); -- cgit v1.2.3