comparison include/SDL_surface.h @ 3708:d3f7cf8b0db0

Fixed typo in the comment
author Sam Lantinga <slouken@libsdl.org>
date Fri, 26 Feb 2010 03:34:10 +0000
parents f7b03b6838cb
children bf49b4a57dcf
comparison
equal deleted inserted replaced
3707:d8308bc267bc 3708:d3f7cf8b0db0
72 SDL_PixelFormat *format; /**< Read-only */ 72 SDL_PixelFormat *format; /**< Read-only */
73 int w, h; /**< Read-only */ 73 int w, h; /**< Read-only */
74 int pitch; /**< Read-only */ 74 int pitch; /**< Read-only */
75 void *pixels; /**< Read-write */ 75 void *pixels; /**< Read-write */
76 76
77 /** Application data associated with the surfade */ 77 /** Application data associated with the surface */
78 void *userdata; /**< Read-write */ 78 void *userdata; /**< Read-write */
79 79
80 /** information needed for surfaces requiring locks */ 80 /** information needed for surfaces requiring locks */
81 int locked; /**< Read-only */ 81 int locked; /**< Read-only */
82 void *lock_data; /**< Read-only */ 82 void *lock_data; /**< Read-only */