Dropped the required OS X version to 10.4 - some frameworks may have to be recompiled but the source itself compiles fine (with a couple tweaks)

This commit is contained in:
Bill Meltsner
2010-05-22 18:17:08 -05:00
parent 200d4bc653
commit 0f84907996
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ namespace opengl
s.backgroundColor.b = (GLubyte)(color[2]*255.0f);
s.backgroundColor.a = (GLubyte)(color[3]*255.0f);
//store modes here
int mode;
GLint mode;
//get blend mode
glGetIntegerv(GL_BLEND_DST, &mode);
//following syntax seems better than if-else every time
+2 -2
View File
@@ -81,8 +81,8 @@ namespace opengl
float lineWidth;
Graphics::LineStyle lineStyle;
bool stipple;
int stippleRepeat;
int stipplePattern;
GLint stippleRepeat;
GLint stipplePattern;
// Point.
float pointSize;