Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ef2a9f43
Commit
ef2a9f43
authored
Nov 12, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added defines for pixmode.
parent
a19cda8b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
Lib/irix5/GL.py
Lib/irix5/GL.py
+21
-0
Lib/plat-irix5/GL.py
Lib/plat-irix5/GL.py
+21
-0
No files found.
Lib/irix5/GL.py
View file @
ef2a9f43
...
...
@@ -150,6 +150,27 @@ LO_ORI = 0xd
LO_NAND
=
0xe
LO_ONE
=
0xf
# defines for pixmode
PM_SHIFT
=
0
PM_EXPAND
=
1
PM_C0
=
2
PM_C1
=
3
PM_ADD24
=
4
PM_SIZE
=
5
PM_OFFSET
=
6
PM_STRIDE
=
7
PM_TTOB
=
8
PM_RTOL
=
9
PM_ZDATA
=
10
PM_WARP
=
11
PM_RDX
=
12
PM_RDY
=
13
PM_CDX
=
14
PM_CDY
=
15
PM_XSTART
=
16
PM_YSTART
=
17
PM_VO1
=
1000
# internal use only
#
# START defines for getgdesc
...
...
Lib/plat-irix5/GL.py
View file @
ef2a9f43
...
...
@@ -150,6 +150,27 @@ LO_ORI = 0xd
LO_NAND
=
0xe
LO_ONE
=
0xf
# defines for pixmode
PM_SHIFT
=
0
PM_EXPAND
=
1
PM_C0
=
2
PM_C1
=
3
PM_ADD24
=
4
PM_SIZE
=
5
PM_OFFSET
=
6
PM_STRIDE
=
7
PM_TTOB
=
8
PM_RTOL
=
9
PM_ZDATA
=
10
PM_WARP
=
11
PM_RDX
=
12
PM_RDY
=
13
PM_CDX
=
14
PM_CDY
=
15
PM_XSTART
=
16
PM_YSTART
=
17
PM_VO1
=
1000
# internal use only
#
# START defines for getgdesc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment