mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Irix 6 specific files -- thanks Sjoerd!
This commit is contained in:
parent
6ad8d13fe2
commit
1ce7c6fde8
58 changed files with 10664 additions and 0 deletions
12
Lib/plat-irix6/GLWS.py
Normal file
12
Lib/plat-irix6/GLWS.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
NOERROR = 0
|
||||
NOCONTEXT = -1
|
||||
NODISPLAY = -2
|
||||
NOWINDOW = -3
|
||||
NOGRAPHICS = -4
|
||||
NOTTOP = -5
|
||||
NOVISUAL = -6
|
||||
BUFSIZE = -7
|
||||
BADWINDOW = -8
|
||||
ALREADYBOUND = -100
|
||||
BINDFAILED = -101
|
||||
SETFAILED = -102
|
Loading…
Add table
Add a link
Reference in a new issue