diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-25 16:34:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-25 16:34:26 +0000 |
| commit | e6c82786ff65e7681c980c8adebe082656c16438 (patch) | |
| tree | 819cc769062b7e3f893fac9708dc01c5f149e7c1 /openbox/config.c | |
| parent | 2db6cf513020179130bdf7b0ed570e3b962e5ad5 (diff) | |
don't menu menus jump around at all anymore. open them on screen in the first place
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 1d2f5432..d406f8f1 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -75,7 +75,6 @@ gint config_mouse_threshold; gint config_mouse_dclicktime; gboolean config_menu_warppointer; -gboolean config_menu_xorstyle; guint config_menu_hide_delay; gboolean config_menu_middle; guint config_submenu_show_delay; @@ -647,8 +646,6 @@ static void parse_menu(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, } if ((n = parse_find_node("warpPointer", node))) config_menu_warppointer = parse_bool(doc, n); - if ((n = parse_find_node("xorStyle", node))) - config_menu_xorstyle = parse_bool(doc, n); if ((n = parse_find_node("hideDelay", node))) config_menu_hide_delay = parse_int(doc, n); if ((n = parse_find_node("middle", node))) @@ -853,7 +850,6 @@ void config_startup(ObParseInst *i) parse_register(i, "resistance", parse_resistance, NULL); config_menu_warppointer = TRUE; - config_menu_xorstyle = TRUE; config_menu_hide_delay = 250; config_menu_middle = FALSE; config_submenu_show_delay = 0; |
