Win: Make animator,tick signal actually work.
authorTom Hacohen <tom@stosb.com>
Thu, 30 Apr 2015 12:58:26 +0000 (13:58 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 6 May 2015 14:46:46 +0000 (15:46 +0100)
commit9639418c5900fddcf316699aeb4bd96f49ab4007
treec4bcbc2cec6748c53de08a6dd37bf519df7b8424
parent7b74f29445385efc8ce0aa28969154bb577d00f4
Win: Make animator,tick signal actually work.

This commit also updated one of the elementary test to show
the new one of doing it.

This lets users of the API just add a callback and automatically
get animation ticks. It's done per window, because update rate
may be different for different windows (think different screens).
legacy/elementary/src/bin/test_anim.c
legacy/elementary/src/lib/elm_win.c