Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mcclim
clim-tos
Commits
d38b4e6d
Commit
d38b4e6d
authored
7 years ago
by
Jacek Złydach
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clim/menus.lisp
+4
-2
4 additions, 2 deletions
clim/menus.lisp
with
4 additions
and
2 deletions
clim/menus.lisp
+
4
−
2
View file @
d38b4e6d
...
@@ -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*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment