Author: ArcRiley
Date: 2008-01-09 20:57:24 +0000 (Wed, 09 Jan 2008)
New Revision: 762
Modified:
trunk/pysoy/src/textures/Print.pxi
Log:
two more debugs
Modified: trunk/pysoy/src/textures/Print.pxi
===================================================================
--- trunk/pysoy/src/textures/Print.pxi 2008-01-09 20:52:33 UTC (rev 761)
+++ trunk/pysoy/src/textures/Print.pxi 2008-01-09 20:57:24 UTC (rev 762)
@@ -103,6 +103,7 @@
return
# Clear the background
py.PyThread_acquire_lock(self._mutex,1)
+ stdio.printf('Drawing\n')
self._clear()
cairo.cairo_select_font_face(self._context,
self._font,
@@ -115,3 +116,4 @@
cairo.cairo_show_text(self._context, self._text)
self._update = 1
py.PyThread_release_lock(self._mutex)
+ stdio.printf('Done drawing\n')
_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn