Author: ArcRiley
Date: 2008-01-29 00:10:34 +0000 (Tue, 29 Jan 2008)
New Revision: 803
Modified:
trunk/pysoy/src/_core-x11/Screen.pxi
Log:
Changing screen depth back to 16.
Modified: trunk/pysoy/src/_core-x11/Screen.pxi
===================================================================
--- trunk/pysoy/src/_core-x11/Screen.pxi 2008-01-28 21:41:07 UTC (rev
802)
+++ trunk/pysoy/src/_core-x11/Screen.pxi 2008-01-29 00:10:34 UTC (rev
803)
@@ -69,7 +69,7 @@
_glxAttrs[6] = glx.GLX_BLUE_SIZE
_glxAttrs[7] = 4
_glxAttrs[8] = glx.GLX_DEPTH_SIZE
- _glxAttrs[9] = 24
+ _glxAttrs[9] = 16
_glxAttrs[10] = glx.GLX_STENCIL_SIZE
_glxAttrs[11] = 8
_glxAttrs[12] = 0
_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn