diff pyntnclick/cursor.py @ 693:c8b683dd56d3 pyntnclick

Better modal message and result handling.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 14 Feb 2012 15:36:28 +0200
parents d6ded808cc33
children 64fe88a322d3
line wrap: on
line diff
--- a/pyntnclick/cursor.py	Tue Feb 14 13:39:05 2012 +0200
+++ b/pyntnclick/cursor.py	Tue Feb 14 15:36:28 2012 +0200
@@ -42,6 +42,7 @@
         self.rect.top = pos[1] - self.pointer_y
 
     def set_highlight(self, enable):
+        # XXX: Use image transforms and such here.
         if enable != self.highlighted:
             #XXX: Do we need this? self.load()
             self.highlighted = enable