Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6dc0ca

Browse files
committed
Initial revision
1 parent 17ed1ae commit e6dc0ca

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lib/irix5/GLWS.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
NOERROR = 0
2+
NOCONTEXT = -1
3+
NODISPLAY = -2
4+
NOWINDOW = -3
5+
NOGRAPHICS = -4
6+
NOTTOP = -5
7+
NOVISUAL = -6
8+
BUFSIZE = -7
9+
BADWINDOW = -8
10+
ALREADYBOUND = -100
11+
BINDFAILED = -101
12+
SETFAILED = -102

Lib/plat-irix5/GLWS.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
NOERROR = 0
2+
NOCONTEXT = -1
3+
NODISPLAY = -2
4+
NOWINDOW = -3
5+
NOGRAPHICS = -4
6+
NOTTOP = -5
7+
NOVISUAL = -6
8+
BUFSIZE = -7
9+
BADWINDOW = -8
10+
ALREADYBOUND = -100
11+
BINDFAILED = -101
12+
SETFAILED = -102

0 commit comments

Comments
 (0)