diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Sun May 09 19:55:28 2010 -0700
+++ b/src/video/x11/SDL_x11video.h	Sun May 09 20:47:22 2010 -0700
@@ -67,7 +67,6 @@
     int numwindows;
     SDL_WindowData **windowlist;
     int windowlistlength;
-    int keyboard;
     Atom WM_DELETE_WINDOW;
     SDL_scancode key_layout[256];
 } SDL_VideoData;