changeset 891:ab40b9b2d0d5

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 May 2004 18:09:20 +0000
parents 416158ec61a0
children dc29e5907694
files docs/man3/SDL_ResizeEvent.3
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/man3/SDL_ResizeEvent.3	Sun May 16 18:06:27 2004 +0000
+++ b/docs/man3/SDL_ResizeEvent.3	Sun May 16 18:09:20 2004 +0000
@@ -21,7 +21,7 @@
 .PP
 \fBSDL_ResizeEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_VIDEORESIZE\fP is reported\&.
 .PP
-When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window\&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively\&. When an \fBSDL_VIDEORESIZE\fP is recieved the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR\&.
+When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window\&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively\&. When an \fBSDL_VIDEORESIZE\fP is received the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR\&.
 .SH "SEE ALSO"
 .PP
 \fI\fBSDL_Event\fR\fR, \fI\fBSDL_SetVideoMode\fP\fR