* clutter/win32/clutter-event-win32.c (message_translate): Fix
authorNeil Roberts <neil@openedhand.com>
Fri, 16 May 2008 09:47:37 +0000 (09:47 +0000)
committerNeil Roberts <neil@openedhand.com>
Fri, 16 May 2008 09:47:37 +0000 (09:47 +0000)
commitbfaacb10bf5725c1ea412b1beb6f8bbcfad86f05
treea60338f3545d782fee868d32c0c779a89e71ccfe
parent8ef653a9e850bbbc4846e41b52781c8a536890ca
* clutter/win32/clutter-event-win32.c (message_translate): Fix
signedness of old_xpos and old_ypos to get rid of compiler
warnings.

* clutter/win32/clutter-backend-win32.c
(clutter_backend_win32_get_features): Cast the result of
glGetString to a signed char pointer to avoid compiler warnings.
ChangeLog
clutter/win32/clutter-backend-win32.c
clutter/win32/clutter-event-win32.c