comparison 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
comparison
equal deleted inserted replaced
2737:140a7edcf2bd 2738:79c1bd651f04
67 int screensaver_timeout; 67 int screensaver_timeout;
68 BOOL dpms_enabled; 68 BOOL dpms_enabled;
69 int numwindows; 69 int numwindows;
70 SDL_WindowData **windowlist; 70 SDL_WindowData **windowlist;
71 int windowlistlength; 71 int windowlistlength;
72 int *mouse; 72 int mouse;
73 int keyboard; 73 int keyboard;
74 Atom WM_DELETE_WINDOW; 74 Atom WM_DELETE_WINDOW;
75 SDL_scancode key_layout[256]; 75 SDL_scancode key_layout[256];
76 } SDL_VideoData; 76 } SDL_VideoData;
77 77