Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clx
Commits
51282839
Commit
51282839
authored
May 6, 2003
by
csr21
Browse files
Options
Downloads
Patches
Plain Diff
Necessary DEFCONSTANT-EQX for sbcl
darcs-hash:20030506082118-ed5a3-cd67fd11506f8aeecc76c8f1e068200ae6b09d1e.gz
parent
80653962
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xvidmode.lisp
+4
-2
4 additions, 2 deletions
xvidmode.lisp
with
4 additions
and
2 deletions
xvidmode.lisp
+
4
−
2
View file @
51282839
...
@@ -353,7 +353,8 @@ mode will occur first. The last remaining mode can not be deleted."
...
@@ -353,7 +353,8 @@ mode will occur first. The last remaining mode can not be deleted."
(
card32
(
screen-position
scr
dpy
))
(
card32
(
screen-position
scr
dpy
))
((
sequence
:format
card16
)
v
))))
((
sequence
:format
card16
)
v
))))
(
defconstant
+mode-status+
(
#-
sbcl
defconstant
#+
sbcl
sb-int:defconstant-eqx
+mode-status+
'#(
:MODE_BAD
; unspecified reason
'#(
:MODE_BAD
; unspecified reason
:MODE_ERROR
; error condition
:MODE_ERROR
; error condition
:MODE_OK
; Mode OK
:MODE_OK
; Mode OK
...
@@ -390,7 +391,8 @@ mode will occur first. The last remaining mode can not be deleted."
...
@@ -390,7 +391,8 @@ mode will occur first. The last remaining mode can not be deleted."
:MODE_ONE_WIDTH
; only one width is supported
:MODE_ONE_WIDTH
; only one width is supported
:MODE_ONE_HEIGHT
; only one height is supported
:MODE_ONE_HEIGHT
; only one height is supported
:MODE_ONE_SIZE
; only one resolution is supported
:MODE_ONE_SIZE
; only one resolution is supported
))
)
#+
sbcl
#'
equalp
)
(
defun
decode-status-mode
(
status
)
(
defun
decode-status-mode
(
status
)
(
declare
(
type
int32
status
))
(
declare
(
type
int32
status
))
...
...
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