]> Pileus Git - ~andy/gtk/commit
win32: Request higher precision timers during animations
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 14:37:22 +0000 (15:37 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 16:14:25 +0000 (17:14 +0100)
commit5dbf814f0c0c94733ef96d6dc3c8c5ddb7a63f3a
treec675f668c7f9e9df40f43c2b1cdda6a8637ae906
parent1db87c897f930171646351c99af7df09dc7ec949
win32: Request higher precision timers during animations

The default windows timer resolution is 16msec, which is too little
for fluent animations (say at 60Hz). So, while a paint clock is
active we temporarily raise the timer resolution to 1 msec.
gdk/gdkframeclockidle.c