From: Guido van Rossum Date: Wed, 17 Mar 1993 12:11:47 +0000 (+0000) Subject: Fixed watch cursor origin X-Git-Tag: v0.9.9~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aff9470d23473243d1ca05a5beffa0e84d92a370;p=thirdparty%2FPython%2Fcpython.git Fixed watch cursor origin --- diff --git a/Demo/sgi/video/watchcursor.py b/Demo/sgi/video/watchcursor.py index 650df6aa1d52..aae3f85d5090 100755 --- a/Demo/sgi/video/watchcursor.py +++ b/Demo/sgi/video/watchcursor.py @@ -33,6 +33,7 @@ watch.reverse() # Turn it upside-down def defwatch(index): import gl gl.defcursor(index, watch*8) + gl.curorigin(index, 8, 8) def test(): import gl