Skip to content
Snippets Groups Projects
Commit d38b4e6d authored by Jacek Złydach's avatar Jacek Złydach
Browse files

Provided a local implementation for WAIT-FOR-WINDOW-EXPOSED.

Solves issue #18.
parent 31d40753
No related branches found
No related tags found
No related merge requests found
...@@ -463,8 +463,10 @@ ...@@ -463,8 +463,10 @@
(not (window-visibility menu))) (not (window-visibility menu)))
(return-from menu-choose-from-drawer nil)) (return-from menu-choose-from-drawer nil))
;; Take care of highlighting ;; Take care of highlighting
(highlight-presentation-of-context-type menu))) (highlight-presentation-of-context-type menu))
(declare (dynamic-extent #'input-wait-test #'input-wait-handler)) (wait-for-window-exposed (menu)
(process-wait nil (lambda () (window-visibility menu)))))
(declare (dynamic-extent #'input-wait-test #'input-wait-handler #'wait-for-window-exposed))
;; Await exposure before going any further, since X can get ;; Await exposure before going any further, since X can get
;; to the call to READ-GESTURE before the menu is visible. ;; to the call to READ-GESTURE before the menu is visible.
(when *abort-menus-when-buried* (when *abort-menus-when-buried*
......
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