diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:01 +0000 |
commit | 376f9efdab6ef2dce267caa0a0228892e768e390 (patch) | |
tree | d58ca14843514adcd7308067019ecf47adb553e7 /X.h | |
parent | 5ec315b967cb1ae519f514896f0b48fb5407f863 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Diffstat (limited to 'X.h')
-rw-r--r-- | X.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -53,7 +53,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/include/X.h,v 1.5 2001/12/14 19:53:25 dawes Exp $ */ +/* $XFree86: xc/include/X.h,v 1.7 2003/07/18 15:53:24 tsi Exp $ */ #define X_PROTOCOL 11 /* current protocol version */ #define X_PROTOCOL_REVISION 0 /* current minor version */ @@ -299,9 +299,10 @@ are reserved in the protocol for errors and replies. */ /* protocol families */ -#define FamilyInternet 0 +#define FamilyInternet 0 /* IPv4 */ #define FamilyDECnet 1 #define FamilyChaos 2 +#define FamilyInternet6 6 /* IPv6 */ /* Property notification */ |