21 #ifndef SDL_os2output_
22 #define SDL_os2output_
24 #include "../../core/os2/SDL_os2.h"
28 typedef struct _VIDEOOUTPUTINFO {
36 typedef struct _OS2VIDEOOUTPUT {
41 BOOL (*SetVisibleRegion)(
PVODATA pVOData, HWND hwnd,
45 PVOID (*VideoBufAlloc)(
PVODATA pVOData, ULONG ulWidth, ULONG ulHeight,
46 ULONG ulBPP, ULONG fccColorEncoding,
47 PULONG pulScanLineSize);
The structure that defines a display mode.
A rectangle, with the origin at the upper left (integer).