]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
remove the edges_hit_layers_below option. don't use windows in other layers for resis...
[chaz/openbox] / openbox / config.c
index c4fed63d194ae566c5e9e5d899abbe74fd8364f5..6a45005d81f31d6b6fb11099a62d2fcf23e50ea3 100644 (file)
@@ -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);
 
This page took 0.021622 seconds and 4 git commands to generate.