Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
lib
libxcb
Commits
75fead5b
Commit
75fead5b
authored
Jun 15, 2006
by
Josh Triplett
Browse files
Remove arbitrary division between xcb_types and xproto by merging
xcb_types.xml into xproto.xml.
parent
62749d54
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/libxcb0-dev.install
View file @
75fead5b
usr
/
include
/
X11
/
XCB
/
bigreq
.
h
usr
/
include
/
X11
/
XCB
/
xc_misc
.
h
usr
/
include
/
X11
/
XCB
/
xcb
.
h
usr
/
include
/
X11
/
XCB
/
xcb_types
.
h
usr
/
include
/
X11
/
XCB
/
xcbext
.
h
usr
/
include
/
X11
/
XCB
/
xcbxlib
.
h
usr
/
include
/
X11
/
XCB
/
xproto
.
h
...
...
src/.gitignore
View file @
75fead5b
xproto.c
xproto.h
xcb_des.c
xcb_types.c
xcb_types.h
extensions
X11
src/Makefile.am
View file @
75fead5b
...
...
@@ -71,8 +71,8 @@ ESSENTIAL_EXTENSIONS = \
extensions/xc_misc.h
\
extensions/xc_misc.c
COREHEADERS
=
xproto.h
xcb_types.h
CORESOURCES
=
xproto.c
xcb_types.c
COREHEADERS
=
xproto.h
CORESOURCES
=
xproto.c
COREPROTO
=
$(CORESOURCES)
$(COREHEADERS)
xcbinclude_HEADERS
=
xcb.h xcbext.h xcbxlib.h
$(COREHEADERS)
$(EXTHEADERS)
...
...
src/c-client.xsl
View file @
75fead5b
...
...
@@ -62,19 +62,9 @@ authorization from the authors.
<xsl:for-each
select=
"/xcb/import"
>
<path><xsl:value-of
select=
"concat($extension-path, ., '.xml')"
/></path>
</xsl:for-each>
<xsl:choose>
<xsl:when
test=
"$header='xproto'"
>
<path><xsl:value-of
select=
"concat($base-path,
'xcb_types.xml')"
/></path>
</xsl:when>
<xsl:when
test=
"$header='xcb_types'"
/>
<xsl:otherwise>
<path><xsl:value-of
select=
"concat($base-path,
'xproto.xml')"
/></path>
<path><xsl:value-of
select=
"concat($base-path,
'xcb_types.xml')"
/></path>
</xsl:otherwise>
</xsl:choose>
<xsl:if
test=
"not($header='xproto')"
>
<path><xsl:value-of
select=
"concat($base-path, 'xproto.xml')"
/></path>
</xsl:if>
</xsl:variable>
<xsl:variable
name=
"search-path"
select=
"e:node-set($search-path-rtf)/path"
/>
...
...
src/xcb.h
View file @
75fead5b
...
...
@@ -156,8 +156,7 @@ typedef struct {
}
XCBVoidCookie
;
/* Include the generated xproto and xcb_types headers. */
#include
"xcb_types.h"
/* Include the generated xproto header. */
#include
"xproto.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment