Mercurial > sdl-ios-xcode
comparison src/video/gapi/SDL_gapivideo.h @ 1465:8dfa9a6d69a5
Updated WinCE support by Dmitry (with some tweaks)
Converted the disk audio driver to SDL_RWops for portability
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 04 Mar 2006 08:24:35 +0000 |
parents | d910939febfa |
children | 420b3f47806d |
comparison
equal
deleted
inserted
replaced
1464:af30090c0330 | 1465:8dfa9a6d69a5 |
---|---|
134 SDL_Rect **SDL_modelist[NUM_MODELISTS]; | 134 SDL_Rect **SDL_modelist[NUM_MODELISTS]; |
135 enum SDL_ScreenOrientation userOrientation; | 135 enum SDL_ScreenOrientation userOrientation; |
136 int invert; | 136 int invert; |
137 char hiresFix; // using hires mode without defining hires resource | 137 char hiresFix; // using hires mode without defining hires resource |
138 // -------------- | 138 // -------------- |
139 int useGXOpenDisplay; /* use GXOpenDispplay */ | |
139 int w, h; | 140 int w, h; |
140 enum SDL_ScreenOrientation gapiOrientation; | 141 enum SDL_ScreenOrientation gapiOrientation; |
141 | 142 |
142 void *buffer; // may be 8, 16, 24, 32 bpp | 143 void *buffer; // may be 8, 16, 24, 32 bpp |
143 PIXEL *videoMem; | 144 PIXEL *videoMem; |