diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 18:56:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 18:56:56 +0000 |
| commit | 811fa21940629236eb15345b4034bcc278bf7ba9 (patch) | |
| tree | 5aa14b3cfd6a432900c5f80f4cde8e6857c582dc /openbox/config.c | |
| parent | 5812a81c18b770dc5449be36648f5990f982dae7 (diff) | |
remove the edges_hit_layers_below option. don't use windows in other layers for resistance
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |
