Skip to content
Snippets Groups Projects
Commit 2b5a1a55 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added 'handled' return state to window update handler.

parent bb1c4065
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ def create_context_window(w, h, callback):
"""Synchronize overlay with GTK window."""
overlay.set_size(*window.get_size())
refresh()
return True
def handle_key(win, event):
"""Handle key event. 'f' toggles fullscreen, 'b' toggles bounding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment