diff options
author | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
commit | c8483dc2831dc37d93a36804022f6b064f5962ea (patch) | |
tree | 599f145a848e10b75a1a8c314ed9c51031446506 /libxcb | |
parent | c97d11aec40d8fa07d6b456bf8694133a77d35f4 (diff) | |
download | vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.gz vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.bz2 vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.zip |
Solved compilation and link problems after last merge
Diffstat (limited to 'libxcb')
-rw-r--r-- | libxcb/src/.gitignore | 6 | ||||
-rw-r--r-- | libxcb/src/xcb.h | 17 |
2 files changed, 5 insertions, 18 deletions
diff --git a/libxcb/src/.gitignore b/libxcb/src/.gitignore index dd0db52df..e948124ad 100644 --- a/libxcb/src/.gitignore +++ b/libxcb/src/.gitignore @@ -1,3 +1,7 @@ +dri3.c
+dri3.h
+present.c
+present.h
bigreq.c
bigreq.h
composite.c
@@ -53,4 +57,4 @@ xtest.h xv.c
xv.h
xvmc.c
-xvmc.h
\ No newline at end of file +xvmc.h
diff --git a/libxcb/src/xcb.h b/libxcb/src/xcb.h index dda28bcdc..f4ba1de13 100644 --- a/libxcb/src/xcb.h +++ b/libxcb/src/xcb.h @@ -139,23 +139,6 @@ typedef struct { } xcb_generic_event_t; /** - * @brief GE event - * - * An event as sent by the XGE extension. The length field specifies the - * number of 4-byte blocks trailing the struct. - */ -typedef struct { - uint8_t response_type; /**< Type of the response */ - uint8_t pad0; /**< Padding */ - uint16_t sequence; /**< Sequence number */ - uint32_t length; - uint16_t event_type; - uint16_t pad1; - uint32_t pad[5]; /**< Padding */ - uint32_t full_sequence; /**< full sequence */ -} xcb_ge_event_t; - -/** * @brief Generic error. * * A generic error structure. |