comparison src/video/os2fslib/SDL_os2fslib.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
64 ULONG ulResizingFlag; // First resizing flag value 64 ULONG ulResizingFlag; // First resizing flag value
65 }; 65 };
66 66
67 /* OS/2 specific backdoor function to be able to set FrameControlFlags of */ 67 /* OS/2 specific backdoor function to be able to set FrameControlFlags of */
68 /* the SDL window before creating it. */ 68 /* the SDL window before creating it. */
69 extern DECLSPEC void SDLCALL SDL_OS2FSLIB_SetFCFToUse (ULONG ulFCF); 69 extern DECLSPEC void SDLCALL SDL_OS2FSLIB_SetFCFToUse(ULONG ulFCF);
70 70
71 #endif /* _SDL_os2fslib_h */ 71 #endif /* _SDL_os2fslib_h */
72 /* vi: set ts=4 sw=4 expandtab: */ 72 /* vi: set ts=4 sw=4 expandtab: */