summaryrefslogtreecommitdiff
path: root/catbird.scm
diff options
context:
space:
mode:
Diffstat (limited to 'catbird.scm')
-rw-r--r--catbird.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/catbird.scm b/catbird.scm
index cdb9e39..cdd3313 100644
--- a/catbird.scm
+++ b/catbird.scm
@@ -118,7 +118,10 @@
(on-controller-release kernel controller button))
#:controller-move
(lambda (controller axis value)
- (on-controller-move kernel controller axis value))))))
+ (on-controller-move kernel controller axis value))
+ #:window-resize
+ (lambda (width height)
+ (on-window-resize kernel width height))))))
(define (exit-catbird)
"Stop the Catbird engine."