*fix* use XFlush to really make use of the tooltip timeouts and do not rely on some timer running in the background

*fix* moved panel_refresh in the mainloop to the top for panels without a clock for updating first and then going to the pselect statement
*changed* battery updates every 5 secs (I do not know if this is a good value...)
*fix* blinking urgent windows has a panel_refresh now



git-svn-id: http://tint2.googlecode.com/svn/trunk@270 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2009-11-16 10:06:45 +00:00
parent 12a882e31c
commit d1e7d189bf
4 changed files with 48 additions and 47 deletions

View File

@@ -131,7 +131,7 @@ void init_battery()
g_free(battery_dir);
if (battery_enabled)
install_timer(0, 1000000, 3, 0, update_batterys);
install_timer(0, 1000000, 5, 0, update_batterys);
}