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:
parent
9463e7a941
commit
0a89042c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
/* for xml: */
|
||||
#define EYES_ROOT "Eyes"
|
||||
#define DEFAULTTHEME "Tango"
|
||||
#define UPDATE_TIMEOUT 100
|
||||
#define UPDATE_TIMEOUT 50
|
||||
|
||||
|
||||
/***************************
|
||||
|
|
|
|||
Reference in a new issue