comparison 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
comparison
equal deleted inserted replaced
1441:b9f034536fa0 1442:e3242177fe4a
55 // Other: Not running, had an error 55 // Other: Not running, had an error
56 int tidPMThread; // Thread ID of PM Thread 56 int tidPMThread; // Thread ID of PM Thread
57 int fInFocus; // True if we're in focus! 57 int fInFocus; // True if we're in focus!
58 int iSkipWMMOUSEMOVE; // Number of WM_MOUSEMOVE messages to skip! 58 int iSkipWMMOUSEMOVE; // Number of WM_MOUSEMOVE messages to skip!
59 int iMouseVisible; // 59 int iMouseVisible; //
60
61 PFNWP pfnOldFrameProc; // Old window frame procedure
62 int bProportionalResize; // 0: No proportional resizing
63 // 1: Do proportional resizing
64 ULONG ulResizingFlag; // First resizing flag value
60 }; 65 };
61 66
67 /* OS/2 specific backdoor function to be able to set FrameControlFlags of */
68 /* the SDL window before creating it. */
62 extern DECLSPEC void SDLCALL SDL_OS2FSLIB_SetFCFToUse(ULONG ulFCF); 69 extern DECLSPEC void SDLCALL SDL_OS2FSLIB_SetFCFToUse(ULONG ulFCF);
63 70
64 #endif /* _SDL_os2fslib_h */ 71 #endif /* _SDL_os2fslib_h */