Window clear color and create window after tests

This commit is contained in:
BirDt_ 2026-03-29 17:22:51 +08:00
parent 7319c93cc0
commit 4f8ca4d97b
2 changed files with 20 additions and 12 deletions

View file

@ -82,4 +82,6 @@
(check (point-x (pop-event 'foo 'bar)) => 1) ;; Event is popped
(check (hash-table-size (fetch-event-bus 'foo)) => 0) ;; Event is removed exists
(create-window)
)