Latest changes for XFree86 2.0

This commit is contained in:
Jordan K. Hubbard 1993-10-04 22:21:10 +00:00
parent d8c21a3e8a
commit 0978d2b15f
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#define VT_RELDISP _IO('v', 4)
#define VT_ACTIVATE _IO('v', 5)
#define VT_WAITACTIVE _IO('v', 6)
#define VT_GETACTIVE _IOR('v', 7, int)
#define VT_FALSE 0
#define VT_TRUE 1

View File

@ -61,6 +61,7 @@
#define VT_RELDISP _IO('v', 4)
#define VT_ACTIVATE _IO('v', 5)
#define VT_WAITACTIVE _IO('v', 6)
#define VT_GETACTIVE _IOR('v', 7, int)
#define VT_FALSE 0
#define VT_TRUE 1