Decrease update timeout.

I found that with the 100ms interval, animation is not quite as smooth
as I want it to be, so decrease it to 50ms. CPU load is mostly affected
by the drawing operations, not by the polling, and those happen only
on pointer movement.
This commit is contained in:
Harald Judt 2013-03-03 09:57:34 +01:00
parent 9463e7a941
commit 0a89042c7b

View file

@ -43,7 +43,7 @@
/* for xml: */
#define EYES_ROOT "Eyes"
#define DEFAULTTHEME "Tango"
#define UPDATE_TIMEOUT 100
#define UPDATE_TIMEOUT 50
/***************************