comparison src/video/x11/SDL_x11video.h @ 4465:3e69e077cb95

Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API. Plus, this lets me start implementing cursor support.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 20:47:22 -0700
parents f7b03b6838cb
children 791b3256fb22
comparison
equal deleted inserted replaced
4464:fa77a6429698 4465:3e69e077cb95
65 XIM im; 65 XIM im;
66 Uint32 screensaver_activity; 66 Uint32 screensaver_activity;
67 int numwindows; 67 int numwindows;
68 SDL_WindowData **windowlist; 68 SDL_WindowData **windowlist;
69 int windowlistlength; 69 int windowlistlength;
70 int keyboard;
71 Atom WM_DELETE_WINDOW; 70 Atom WM_DELETE_WINDOW;
72 SDL_scancode key_layout[256]; 71 SDL_scancode key_layout[256];
73 } SDL_VideoData; 72 } SDL_VideoData;
74 73
75 extern SDL_bool X11_UseDirectColorVisuals(); 74 extern SDL_bool X11_UseDirectColorVisuals();