~diresu/blender/blender-command-port-002

« back to all changes in this revision

Viewing changes to intern/ghost/intern/GHOST_WindowCarbon.cpp

  • Committer: Dietrich Bollmann
  • Date: 2010-07-23 08:21:44 UTC
  • mfrom: (15474.1.5025)
  • Revision ID: dietrich@formgames.org-20100723082144-24nrn8oku0115pwh
Update to state of blender repository from 2010-07-23 revision 30644.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
const GHOST_TInt32 GHOST_WindowCarbon::s_sizeRectSize = 16;
43
43
#endif //GHOST_DRAW_CARBON_GUTTER
44
44
 
45
 
static const GLint sPreferredFormatWindow[8] = {
 
45
static const GLint sPreferredFormatWindow[10] = {
46
46
AGL_RGBA,
47
47
AGL_DOUBLEBUFFER,       
48
48
AGL_ACCELERATED,
50
50
AGL_NONE,
51
51
};
52
52
 
53
 
static const GLint sPreferredFormatFullScreen[9] = {
 
53
static const GLint sPreferredFormatFullScreen[11] = {
54
54
AGL_RGBA,
55
55
AGL_DOUBLEBUFFER,
56
56
AGL_ACCELERATED,