]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed watch cursor origin
authorGuido van Rossum <guido@python.org>
Wed, 17 Mar 1993 12:11:47 +0000 (12:11 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Mar 1993 12:11:47 +0000 (12:11 +0000)
Demo/sgi/video/watchcursor.py

index 650df6aa1d52f611de23214400524415d1b6de50..aae3f85d5090141a5204098cd954835511f1b09a 100755 (executable)
@@ -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