comparison src/video/cocoa/SDL_cocoaopengl.h @ 5281:15a71bec4a55

merged
author Eric Wing <ewing . public |-at-| gmail . com>
date Sat, 12 Feb 2011 19:16:09 -0800
parents b530ef003506
children
comparison
equal deleted inserted replaced
5219:adfcdd311ae0 5281:15a71bec4a55
1 /* 1 /*
2 SDL - Simple DirectMedia Layer 2 SDL - Simple DirectMedia Layer
3 Copyright (C) 1997-2010 Sam Lantinga 3 Copyright (C) 1997-2011 Sam Lantinga
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version. 8 version 2.1 of the License, or (at your option) any later version.
24 #ifndef _SDL_cocoaopengl_h 24 #ifndef _SDL_cocoaopengl_h
25 #define _SDL_cocoaopengl_h 25 #define _SDL_cocoaopengl_h
26 26
27 #if SDL_VIDEO_OPENGL_CGL 27 #if SDL_VIDEO_OPENGL_CGL
28 28
29 /* Define this if you want to be able to toggle fullscreen mode seamlessly */
30 #define FULLSCREEN_TOGGLEABLE
31
29 struct SDL_GLDriverData 32 struct SDL_GLDriverData
30 { 33 {
31 int initialized; 34 int initialized;
32 }; 35 };
33 36