changeset 3691:9fed2aa469ed

Documentation consistency
author Sam Lantinga <slouken@libsdl.org>
date Fri, 22 Jan 2010 06:50:17 +0000
parents e431b888ac6c
children ad85eb21a559
files include/SDL_video.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_video.h	Thu Jan 21 16:12:24 2010 +0000
+++ b/include/SDL_video.h	Fri Jan 22 06:50:17 2010 +0000
@@ -138,10 +138,10 @@
     SDL_WINDOWEVENT_MAXIMIZED,      /**< Window has been maximized */
     SDL_WINDOWEVENT_RESTORED,       /**< Window has been restored to normal size
                                          and position */
-    SDL_WINDOWEVENT_ENTER,          /**< The window has gained mouse focus */
-    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_ENTER,          /**< Window has gained mouse focus */
+    SDL_WINDOWEVENT_LEAVE,          /**< Window has lost mouse focus */
+    SDL_WINDOWEVENT_FOCUS_GAINED,   /**< Window has gained keyboard focus */
+    SDL_WINDOWEVENT_FOCUS_LOST,     /**< Window has lost keyboard focus */
     SDL_WINDOWEVENT_CLOSE           /**< The window manager requests that the 
                                          window be closed */
 } SDL_WindowEventID;