Skip to content

Commit

Permalink
Support the compositor quit event in Trentino.
Browse files Browse the repository at this point in the history
  • Loading branch information
froggey committed Apr 8, 2017
1 parent 0211b46 commit 7659c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/trentino.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
(declare (ignore window event))
(throw 'mezzano.supervisor::terminate-thread nil))

(defmethod dispatch-event (window (event mezzano.gui.compositor:quit-event))
(declare (ignore window event))
(throw 'mezzano.supervisor::terminate-thread nil))

(define-condition pause-event () ())

(defmethod dispatch-event (window (event mezzano.gui.compositor:key-event))
Expand Down

0 comments on commit 7659c92

Please sign in to comment.