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
+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;