Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugargame/canvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugargame/canvas.py')
-rw-r--r--sugargame/canvas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugargame/canvas.py b/sugargame/canvas.py
index cf99a13..07ab58e 100644
--- a/sugargame/canvas.py
+++ b/sugargame/canvas.py
@@ -43,7 +43,7 @@ class PygameCanvas(gtk.EventBox):
# Initialize the Pygame window.
r = self.get_allocation()
pygame.display.set_mode((r.width, r.height), pygame.RESIZABLE)
-
+
# Hook certain Pygame functions with GTK equivalents.
translator = event.Translator(self._mainwindow, self)
translator.hook_pygame()