Penguin
Diff: SDL_ResizeEvent(3)
EditPageHistoryDiffInfoLikePages

Differences between version 2 and predecessor to the previous major change of SDL_ResizeEvent(3).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 3, 2002 6:53:47 pm by perry Revert
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:47 pm by perry Revert
@@ -1,6 +1,6 @@
-SDL_ResizeEvent  
-!!!SDL_ResizeEvent 
+SDL_! ResizeEvent  
+!!!SDL_! ResizeEvent 
 NAME 
 STRUCTURE DEFINITION 
 STRUCTURE DATA 
 DESCRIPTION 
@@ -8,16 +8,16 @@
 ---- 
 !!NAME 
  
  
-SDL_ResizeEvent- Window resize event structure 
+SDL_! ResizeEvent- Window resize event structure 
 !!STRUCTURE DEFINITION 
  
  
 typedef struct{ 
 Uint8 type; 
 int w, h; 
-} SDL_ResizeEvent; 
+} SDL_! ResizeEvent; 
 !!STRUCTURE DATA 
  
  
 __type SDL_VIDEORESIZE__ 
@@ -27,22 +27,22 @@
 window 
 !!DESCRIPTION 
  
  
-__SDL_ResizeEvent__ is a member of the __SDL_Event__ 
+__SDL_! ResizeEvent__ is a member of the __SDL_Event__ 
 union and is used when an event of type 
 __SDL_VIDEORESIZE__ is reported. 
  
  
 When __SDL_RESIZABLE__ is passed as a __flag__ to 
-__SDL_SetVideoMode__ the user is allowed to resize the 
+__SDL_! SetVideoMode__ the user is allowed to resize the 
 applications window. When the window is resized an 
 __SDL_VIDEORESIZE__ is report, with the new window width 
 and height values stored in __w__ and __h__, 
 respectively. When an __SDL_VIDEORESIZE__ is recieved the 
 window should be resized to the new dimensions using 
-__SDL_SetVideoMode__. 
+__SDL_! SetVideoMode__. 
 !!SEE ALSO 
  
  
-__SDL_Event__, __SDL_SetVideoMode__ 
+__SDL_Event__, __SDL_! SetVideoMode__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.