diff include/SDL_video.h @ 2131:55c7932d1fdb

Added a WindowID to the user event and cleaned up a little bit of formating
author Bob Pendleton <bob@pendleton.com>
date Wed, 20 Jun 2007 00:01:04 +0000
parents 2c835d58faad
children b03710fb0333
line wrap: on
line diff
--- a/include/SDL_video.h	Tue Jun 19 05:53:56 2007 +0000
+++ b/include/SDL_video.h	Wed Jun 20 00:01:04 2007 +0000
@@ -160,7 +160,7 @@
     SDL_WINDOWEVENT_LEAVE,              /**< The window has lost mouse focus */
     SDL_WINDOWEVENT_FOCUS_GAINED,       /**< The window has gained keyboard focus */
     SDL_WINDOWEVENT_FOCUS_LOST,         /**< The window has lost keyboard focus */
-    SDL_WINDOWEVENT_CLOSE,                              /**< The window manager requests that the window be closed */
+    SDL_WINDOWEVENT_CLOSE,              /**< The window manager requests that the window be closed */
 } SDL_WindowEventID;
 
 /**