diff src/video/x11/SDL_x11video.h @ 2738:79c1bd651f04

Fixed a bunch of compile warnings on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Sep 2008 16:04:20 +0000
parents 44e49d3fa6cf
children 6fc50bdd88c0
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Sun Aug 31 16:04:32 2008 +0000
+++ b/src/video/x11/SDL_x11video.h	Mon Sep 01 16:04:20 2008 +0000
@@ -69,7 +69,7 @@
     int numwindows;
     SDL_WindowData **windowlist;
     int windowlistlength;
-    int *mouse;
+    int mouse;
     int keyboard;
     Atom WM_DELETE_WINDOW;
     SDL_scancode key_layout[256];