Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'face.py')
-rw-r--r--face.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/face.py b/face.py
index fd95af6..44efda3 100644
--- a/face.py
+++ b/face.py
@@ -143,7 +143,7 @@ class View(Gtk.EventBox):
display = Gdk.Display()
# FIXME: Bug in gi
# screen_, x, y, modifiers_ = display.get_pointer()
- x, y = (0,0)
+ x, y = self.get_pointer()
else:
x, y = pos
map(lambda e, x=x, y=y: e.look_at(x, y), self._eyes)