From aff9470d23473243d1ca05a5beffa0e84d92a370 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Mar 1993 12:11:47 +0000 Subject: Fixed watch cursor origin --- Demo/sgi/video/watchcursor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/sgi/video/watchcursor.py b/Demo/sgi/video/watchcursor.py index 650df6a..aae3f85 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 -- cgit v0.12