diff src/video/os2fslib/SDL_os2fslib.h @ 1442:e3242177fe4a

Updated OS/2 build, yay!
author Sam Lantinga <slouken@libsdl.org>
date Sun, 26 Feb 2006 19:30:21 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/os2fslib/SDL_os2fslib.h	Sun Feb 26 13:42:00 2006 +0000
+++ b/src/video/os2fslib/SDL_os2fslib.h	Sun Feb 26 19:30:21 2006 +0000
@@ -57,8 +57,15 @@
   int                 fInFocus;         // True if we're in focus!
   int                 iSkipWMMOUSEMOVE; // Number of WM_MOUSEMOVE messages to skip!
   int                 iMouseVisible;    //
+
+  PFNWP               pfnOldFrameProc;  // Old window frame procedure
+  int                 bProportionalResize; // 0: No proportional resizing
+                                           // 1: Do proportional resizing
+  ULONG               ulResizingFlag;   // First resizing flag value
 };
 
+/* OS/2 specific backdoor function to be able to set FrameControlFlags of */
+/* the SDL window before creating it. */
 extern DECLSPEC void SDLCALL SDL_OS2FSLIB_SetFCFToUse(ULONG ulFCF);
 
 #endif /* _SDL_os2fslib_h */