Author: AlexMeyer
Date: 2008-03-07 11:47:03 -0500 (Fri, 07 Mar 2008)
New Revision: 1089

Modified:
   trunk/pysoy/src/_core/Screen-w32.pxi
Log:
Fixed small bug -> should be possible to build WXP now

Modified: trunk/pysoy/src/_core/Screen-w32.pxi
===================================================================
--- trunk/pysoy/src/_core/Screen-w32.pxi        2008-03-07 16:03:21 UTC (rev 
1088)
+++ trunk/pysoy/src/_core/Screen-w32.pxi        2008-03-07 16:47:03 UTC (rev 
1089)
@@ -105,7 +105,7 @@
       self._fullScreen = _fsWin
       _fsWin._savedWidth = _fsWin._width
       _fsWin._savedHeight = _fsWin._height
-      get_screen_info(&width, &height, &depth)
+      get_screen_info(&_width, &_height, &_depth)
       # RenderUnLock
       _fsWin._request_create(0, 0, width, height)
       #_windows.unlock()

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to