]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
*fix* do not multiply max_tick_urgent by 2 because the user should decide whether...
[chaz/tint2] / src / panel.c
index 1c5fbd8b11b039a92991f3aec84a4dfed9acab4b..6e7051cf5cd17981e49767415171684191fbfb19 100644 (file)
@@ -71,11 +71,6 @@ GArray* backgrounds;
 
 Imlib_Image default_icon;
 
-
-void autohide_hide(void* p);
-void autohide_show(void* p);
-
-
 void default_panel()
 {
        panel1 = 0;
@@ -92,7 +87,7 @@ void default_panel()
        panel_dock = 0;  // default not in the dock
        panel_layer = BOTTOM_LAYER;  // default is bottom layer
        wm_menu = 0;
-       max_tick_urgent = 7;
+       max_tick_urgent = 14;
        backgrounds = g_array_new(0, 0, sizeof(Background));
 
        memset(&panel_config, 0, sizeof(Panel));
This page took 0.025617 seconds and 4 git commands to generate.