Author: manolo
Date: 2011-04-10 02:10:40 -0700 (Sun, 10 Apr 2011)
New Revision: 8573
Log:
r. 8537 had by error introduced a compilation error with ppc architecture.

Modified:
   branches/branch-1.3/src/gl_draw.cxx

Modified: branches/branch-1.3/src/gl_draw.cxx
===================================================================
--- branches/branch-1.3/src/gl_draw.cxx 2011-04-10 09:01:13 UTC (rev 8572)
+++ branches/branch-1.3/src/gl_draw.cxx 2011-04-10 09:10:40 UTC (rev 8573)
@@ -567,9 +567,11 @@
 #if defined(__APPLE__)
 void gl_texture_reset()
 {
+#if GL_DRAW_USES_TEXTURES
   if (gl_fifo) gl_texture_pile_height(gl_texture_pile_height());
+#endif // GL_DRAW_USES_TEXTURES
 }
-#endif
+#endif // __APPLE__
 
 #endif // HAVE_GL
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to