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

Commit

Permalink
Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes Futrell committed Sep 2, 2008
1 parent d37712d commit 258e48b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL_video.h
Expand Up @@ -268,7 +268,8 @@ typedef enum
SDL_GL_STEREO,
SDL_GL_MULTISAMPLEBUFFERS,
SDL_GL_MULTISAMPLESAMPLES,
SDL_GL_ACCELERATED_VISUAL
SDL_GL_ACCELERATED_VISUAL,
SDL_GL_RETAINED_BACKING
} SDL_GLattr;


Expand Down

0 comments on commit 258e48b

Please sign in to comment.