mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 12:19:10 +00:00
update to xextproto 7.0.4
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
commit e1773d8ad7d36535f856dcb308be9a1b0601c1fc
|
||||
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Thu Dec 18 10:10:42 2008 +1000
|
||||
|
||||
Bump to 7.0.4
|
||||
|
||||
commit e7f0c4261c59da82da1c151dd1bd0d143a32906a
|
||||
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
||||
Date: Mon Dec 1 14:44:03 2008 +1000
|
||||
|
||||
Clean up XGE documentation.
|
||||
|
||||
commit b0080664e432f8ee569ce099a536c0232dd64d3e
|
||||
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
||||
Date: Mon Dec 1 15:41:16 2008 +1000
|
||||
|
||||
geproto: remote trailing whitespaces.
|
||||
|
||||
commit f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9
|
||||
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
||||
Date: Fri Sep 26 14:54:19 2008 +0930
|
||||
|
||||
Xge.h: include Xmd.h for CARD8
|
||||
|
||||
commit db08133016b421ef12c65db9c4a2819078f01b06
|
||||
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
||||
Date: Wed May 28 17:18:14 2008 +0930
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#ifndef _XGE_H_
|
||||
#define _XGE_H_
|
||||
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.57])
|
||||
AC_INIT([XExtProto], [7.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AC_INIT([XExtProto], [7.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
XORG_RELEASE_VERSION
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
/*********************************************************
|
||||
*
|
||||
* XGE protocol requests/replies
|
||||
* XGE protocol requests/replies
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -56,9 +56,9 @@ typedef struct {
|
||||
|
||||
/* QueryVersion */
|
||||
typedef struct {
|
||||
CARD8 reqType; /* input extension major code */
|
||||
CARD8 ReqType; /* always X_GEQueryVersion */
|
||||
CARD16 length B16;
|
||||
CARD8 reqType; /* input extension major code */
|
||||
CARD8 ReqType; /* always X_GEQueryVersion */
|
||||
CARD16 length B16;
|
||||
CARD16 majorVersion B16;
|
||||
CARD16 minorVersion B16;
|
||||
} xGEQueryVersionReq;
|
||||
@@ -66,17 +66,17 @@ typedef struct {
|
||||
#define sz_xGEQueryVersionReq 8
|
||||
|
||||
typedef struct {
|
||||
CARD8 repType; /* X_Reply */
|
||||
CARD8 RepType; /* always X_GEQueryVersion */
|
||||
CARD16 sequenceNumber B16;
|
||||
CARD32 length B32;
|
||||
CARD16 majorVersion B16;
|
||||
CARD16 minorVersion B16;
|
||||
CARD32 pad00 B32;
|
||||
CARD32 pad01 B32;
|
||||
CARD32 pad02 B32;
|
||||
CARD32 pad03 B32;
|
||||
CARD32 pad04 B32;
|
||||
CARD8 repType; /* X_Reply */
|
||||
CARD8 RepType; /* always X_GEQueryVersion */
|
||||
CARD16 sequenceNumber B16;
|
||||
CARD32 length B32;
|
||||
CARD16 majorVersion B16;
|
||||
CARD16 minorVersion B16;
|
||||
CARD32 pad00 B32;
|
||||
CARD32 pad01 B32;
|
||||
CARD32 pad02 B32;
|
||||
CARD32 pad03 B32;
|
||||
CARD32 pad04 B32;
|
||||
} xGEQueryVersionReply;
|
||||
|
||||
#define sz_xGEQueryVersionReply 32
|
||||
|
||||
Reference in New Issue
Block a user