1
0
Fork 0
mutter-performance-source/clutter/win32
Neil Roberts e88c8b4ce1 2008-03-30 Neil Roberts <neil@o-hand.com>
* clutter/win32/clutter-backend-win32.c
	(clutter_backend_win32_init): Added a call to
	timeBeginPeriod. Without this the frame rates are terrible because
	the glib timeouts are not accurate enough. However this requires
	Glib >= 2.16.0 to take any effect because of a change in the way
	g_poll is implemented. See revision 6597 of glib.
	(clutter_backend_win32_finalize): Added a call to timeEndPeriod.

	* configure.ac: Added -lwinmm to the library dependencies for the
	Win32 backend.
2008-03-30 22:27:27 +00:00
..
clutter-backend-win32.c 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 22:27:27 +00:00
clutter-backend-win32.h 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 16:51:01 +00:00
clutter-event-win32.c 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 16:51:01 +00:00
clutter-stage-win32.c 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 16:51:01 +00:00
clutter-stage-win32.h 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 16:51:01 +00:00
clutter-win32.h 2008-03-30 Neil Roberts <neil@o-hand.com> 2008-03-30 16:51:01 +00:00
clutter-win32.pc.in 2008-03-25 Neil Roberts <neil@o-hand.com> 2008-03-25 15:42:50 +00:00
Makefile.am 2008-03-25 Neil Roberts <neil@o-hand.com> 2008-03-25 15:42:50 +00:00