diff include/SDL_video.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 844b5ef4b149
line wrap: on
line diff
--- a/include/SDL_video.h	Sun May 09 19:55:28 2010 -0700
+++ b/include/SDL_video.h	Sun May 09 20:47:22 2010 -0700
@@ -88,7 +88,6 @@
  *  \sa SDL_SetWindowTitle()
  *  \sa SDL_ShowWindow()
  */
-struct SDL_Window;
 typedef struct SDL_Window SDL_Window;
 
 /**