Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added declaration of UIKit video bootstrap. Added retained_backing pr…
Browse files Browse the repository at this point in the history
…operty to glconfig structure.
  • Loading branch information
Holmes Futrell committed Jul 17, 2008
1 parent 0888314 commit fe7e9d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/SDL_sysvideo.h
Expand Up @@ -284,6 +284,7 @@ struct SDL_VideoDevice
int multisamplebuffers;
int multisamplesamples;
int accelerated;
int retained_backing;
int driver_loaded;
char driver_path[256];
void *dll_handle;
Expand Down Expand Up @@ -367,6 +368,9 @@ extern VideoBootStrap RISCOS_bootstrap;
#if SDL_VIDEO_DRIVER_OS2FS
extern VideoBootStrap OS2FSLib_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_UIKIT
extern VideoBootStrap UIKIT_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_DUMMY
extern VideoBootStrap DUMMY_bootstrap;
#endif
Expand Down

0 comments on commit fe7e9d9

Please sign in to comment.