Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Carl Shapiro
cmucl
Commits
2c655252
Commit
2c655252
authored
31 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Changed BEEP flashing to use SLEEP 0.1 instead of DISPLAY-FINISH-OUTPUT because
this was causing recursive entry of CLX.
parent
fdbdb915
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
hemlock/rompsite.lisp
+5
-3
5 additions, 3 deletions
hemlock/rompsite.lisp
with
5 additions
and
3 deletions
hemlock/rompsite.lisp
+
5
−
3
View file @
2c655252
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.2
6
199
2/12/18 07:44:57 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.2
7
199
3/07/23 13:24:30 ram
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -385,7 +385,8 @@
...
@@ -385,7 +385,8 @@
(
xlib:draw-rectangle
xwin
gcontext
side-border
0
(
xlib:draw-rectangle
xwin
gcontext
side-border
0
top-width
top-border
t
)))
top-width
top-border
t
)))
(
zot
)
(
zot
)
(
xlib:display-finish-output
display
)
(
xlib:display-force-output
display
)
(
sleep
0.1
)
(
zot
)
(
zot
)
(
xlib:display-force-output
display
)))))
(
xlib:display-force-output
display
)))))
...
@@ -401,7 +402,8 @@
...
@@ -401,7 +402,8 @@
(
xlib:with-gcontext
(
gcontext
:function
xlib::boole-xor
(
xlib:with-gcontext
(
gcontext
:function
xlib::boole-xor
:foreground
*foreground-background-xor*
)
:foreground
*foreground-background-xor*
)
(
xlib:draw-rectangle
xwin
gcontext
0
0
width
height
t
)
(
xlib:draw-rectangle
xwin
gcontext
0
0
width
height
t
)
(
xlib:display-finish-output
display
)
(
xlib:display-force-output
display
)
(
sleep
0.1
)
(
xlib:draw-rectangle
xwin
gcontext
0
0
width
height
t
)
(
xlib:draw-rectangle
xwin
gcontext
0
0
width
height
t
)
(
xlib:display-force-output
display
))))
(
xlib:display-force-output
display
))))
...
...
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