diff options
Diffstat (limited to 'libxcb/xcb-proto')
51 files changed, 18064 insertions, 0 deletions
diff --git a/libxcb/xcb-proto/COPYING b/libxcb/xcb-proto/COPYING new file mode 100644 index 000000000..54bfbe5b0 --- /dev/null +++ b/libxcb/xcb-proto/COPYING @@ -0,0 +1,30 @@ +Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall +be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors +or their institutions shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this +Software without prior written authorization from the +authors. diff --git a/libxcb/xcb-proto/INSTALL b/libxcb/xcb-proto/INSTALL new file mode 100644 index 000000000..54caf7c19 --- /dev/null +++ b/libxcb/xcb-proto/INSTALL @@ -0,0 +1,229 @@ +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software +Foundation, Inc. + + This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + + These are generic installation instructions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. (Caching is +disabled by default to prevent problems with accidental use of stale +cache files.) + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You only need +`configure.ac' if you want to change it or regenerate `configure' using +a newer version of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. If you're + using `csh' on an old version of System V, you might need to type + `sh ./configure' instead to prevent `csh' from trying to execute + `configure' itself. + + Running `configure' takes awhile. While running, it prints some + messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you must use a version of `make' that +supports the `VPATH' variable, such as GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + If you have to use a `make' that does not support the `VPATH' +variable, you have to compile the package for one architecture at a +time in the source code directory. After you have installed the +package for one architecture, use `make distclean' before reconfiguring +for another architecture. + +Installation Names +================== + + By default, `make install' will install the package's files in +`/usr/local/bin', `/usr/local/man', etc. You can specify an +installation prefix other than `/usr/local' by giving `configure' the +option `--prefix=PATH'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +give `configure' the option `--exec-prefix=PATH', the package will use +PATH as the prefix for installing programs and libraries. +Documentation and other data files will still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=PATH' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the `--target=TYPE' option to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +will cause the specified gcc to be used as the C compiler (unless it is +overridden in the site shell script). + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of the options to `configure', and exit. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + diff --git a/libxcb/xcb-proto/Makefile.am b/libxcb/xcb-proto/Makefile.am new file mode 100644 index 000000000..c272c6237 --- /dev/null +++ b/libxcb/xcb-proto/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = src xcbgen + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xcb-proto.pc + +EXTRA_DIST=doc xcb-proto.pc.in diff --git a/libxcb/xcb-proto/Makefile.in b/libxcb/xcb-proto/Makefile.in new file mode 100644 index 000000000..ad4e26a23 --- /dev/null +++ b/libxcb/xcb-proto/Makefile.in @@ -0,0 +1,610 @@ +# Makefile.in generated by automake 1.10.2 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/xcb-proto.pc.in \ + $(top_srcdir)/configure COPYING INSTALL NEWS TODO install-sh \ + missing py-compile +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = xcb-proto.pc +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" +pkgconfigDATA_INSTALL = $(INSTALL_DATA) +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XMLLINT = @XMLLINT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +xcbincludedir = @xcbincludedir@ +SUBDIRS = src xcbgen +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xcb-proto.pc +EXTRA_DIST = doc xcb-proto.pc.in +all: all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ + cd $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +xcb-proto.pc: $(top_builddir)/config.status $(srcdir)/xcb-proto.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" + @list='$(pkgconfig_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ + $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ + rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ + distclean-generic distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgconfigDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-pkgconfigDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libxcb/xcb-proto/NEWS b/libxcb/xcb-proto/NEWS new file mode 100644 index 000000000..e9a6a51cb --- /dev/null +++ b/libxcb/xcb-proto/NEWS @@ -0,0 +1,140 @@ +Release 1.5 (2009-05-09) +======================== +* Add support for mod mask Any +* Add and use altenum (non-exhaustive enum) +* Tweak some XInput specs +* Fix milter spelling +* Correct the length calculation for the value field of GetPropertyReply +* xtest: rename window field to root +* randr: add version 1.3 requests +* shm: fix ShmCompletion event + +Release 1.4 (2009-02-16) +======================== +* Add explicit padding in various protocol description. +* Associate fields with the enum which describes their allowed values. + +Release 1.3 (2008-12-10) +======================== +Explicit padding was added in various protocol description. + +Protcol fixes: +* RandR +* X proto +* Change CARD8 to char when specs requires STRING8 + +Release 1.2 (2008-07-17) +======================== +New extensions: +* XInput 1.4 +* SELinux 1.0 + +Various fixes in protocol description: +* X proto +* X-Resource +* XVMC +* GLX + +New Python parser language-independent parts. + +Release 1.1 (2007-11-04) +======================== + +Incompatible change to the XML schema: rather than special-casing the +treatment of protocol extension names, use the new extension-multiword +attribute. Normally, XCB prefixes C extension functions with +xcb_extname_. However, some of the existing extensions used multi-word +names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now +use this attribute to match their existing defined API. This allows the +XCB code generator to avoid special-casing those extension names. + +Protocol updates: +* Update DAMAGE to 1.1 +* Update RandR to version 1.2 + +Bug fixes: +* fix XSync Initialize call +* Update autogen.sh to one that does objdir != srcdir. + + +Release 1.0 (2006-11-23) +======================== + +The "Thanksgiving" release: We feel thankful to have it released. + +* Fix Bug #8990: randr type fixes +* Fixed screen parameter type in several GLX requests to use CARD32 instead + of the SCREEN structure. +* Corrected valueparam arguments to attribute lists in several requests and + a reply. +* Estethic change for attribute parameter name +* Remove support for the <localfield> tag: nothing needs it. +* Fix Bug #8973: In UngrabKey, the 'key' field should have type KEYCODE, not + the more general CARD8. + + +Release 1.0 RC3 (2006-11-02) +============================ + +* Add support for the Xinerama extension, version 1.1 +* Protocol descriptions now document the major and minor version numbers + of the extension version they support, through major-version and + minor-version attributes on the xcb tag. XML Schema updated + accordingly. +* Minor source reorganization: Now that the extensions do not get + installed to an extensions/ subdirectory, move them out of the + extensions/ subdirectory in the source as well. +* Various protocol description fixes: + * Add REPEAT enumeration to Render extension to fix bug #8535 + * Fix core xproto GrabMode enumeration (reported by Yang JianJun) + * Fix core xproto cap style enumeration (bug #8857). + + +Release 1.0 RC2 (2006-10-07) +============================ + +* Add <import>xproto</import> explicitly to extensions that use xproto; + this goes along with the change in the code generator for libxcb 1.0 RC2 to + stop implicitly importing xproto. +* Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE, + so that the code generator can more easily declare these XID unions as + integer typedefs rather than unions. +* Replace structures attempting to provide C type safety with CARD32 typedefs +* render.xml no longer describes the CompositeGlyphs* requests as taking lists + of complicated unions of structures of lists: it says instead that they take + a LISTofBYTE. The caller is responsible for constructing an appropriate + sequence of glyph elements. Previously, the requests could not actually be + used because XCB did not correctly compute the length of the provided data. + + +Release 1.0 RC1 (2006-09-25) +============================ + +The Great XCB Renaming +---------------------- + +* Rename shape_op and shape_kind to drop the "shape_" prefix, since + otherwise these types end up as xcb_shape_shape_{op,kind}_t. +* Remove leading underscores from enums in the GLX protocol description, + previously needed to ensure a word separator, but now redundant. +* The XML-XCB protocol descriptions have moved to /usr/share/xcb, with + extension descriptions no longer relegated to an extensions/ subdirectory. + +GIT Repository split +-------------------- + +Previously, several XCB-related projects all existed under the umbrella +of a single monolithic GIT repository with per-project subdirectories. +We have split this repository into individual per-project repositories. + +Josh Triplett and Jamey Sharp wrote a tool called git-split to +accomplish this repository split. git-split reconstructs the history of +a sub-project previously stored in a subdirectory of a larger +repository. It constructs new commit objects based on the existing tree +objects for the subtree in each commit, and discards commits which do +not affect the history of the sub-project, as well as merges made +unnecessary due to these discarded commits. + +We would like to acknowledge the work of the gobby team in creating a +collaborative editor which greatly aided the development of git-split +(as well as these release notes). diff --git a/libxcb/xcb-proto/README b/libxcb/xcb-proto/README new file mode 100644 index 000000000..22d7debca --- /dev/null +++ b/libxcb/xcb-proto/README @@ -0,0 +1,47 @@ +About xcb-proto +=============== + +xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to +generate the majority of its code and API. We provide them separately +from libxcb to allow reuse by other projects, such as additional +language bindings, protocol dissectors, or documentation generators. + +This separation between the XCB transport layer and the +automatically-generated protocol layer also makes it far easier to write +new extensions. With the Xlib infrastructure, client-side support for +new extensions requires significant duplication of effort. With XCB and +the XML-XCB protocol descriptions, client-side support for a new +extension requires only an XML description of the extension, and not a +single line of code. + +Python libraries: xcb-proto also contains language-independent Python +libraries that are used to parse an XML description and create objects +used by Python code generators in individual language bindings. These +libraries are installed into $(prefix)/lib/pythonX.X/site-packages. If +this location is not on your system's Python path, scripts that import +them will fail with import errors. In this case you must add the +install location to your Python path by creating a file with a `.pth' +extension in a directory that _is_ on the Python path, and put the +path to the install location in that file. For example, on my system +there is a file named 'local.pth' in /usr/lib/python2.5/site-packages, +which contains '/usr/local/lib/python2.5/site-packages'. Note that +this is only necessary on machines where XCB is being built. + +Please report any issues you find to the freedesktop.org bug tracker, +at: + + <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB> + +Discussion about XCB occurs on the XCB mailing list: + + <mailto:xcb at lists.freedesktop.org> + <http://lists.freedesktop.org/mailman/listinfo/xcb> + +You can obtain the latest development versions of XCB using GIT. +For anonymous checkouts, use: + + git clone git://anongit.freedesktop.org/git/xcb/proto + +For developers, use: + + git clone git+ssh://git.freedesktop.org/git/xcb/proto diff --git a/libxcb/xcb-proto/TODO b/libxcb/xcb-proto/TODO new file mode 100644 index 000000000..add693c48 --- /dev/null +++ b/libxcb/xcb-proto/TODO @@ -0,0 +1,45 @@ +Last Updated: 2006-04-27 + +Extension Status: + +X - Present, tested, works. +U - Present, untested. +I - Incomplete. + +X BIG-REQUESTS +X COMPOSITE +X DAMAGE + DOUBLE-BUFFER +X DPMS + Extended-Visual-Information +X GLX + LBX +X MIT-SCREEN-SAVER +X MIT-SHM + MIT-SUNDRY-NONSTANDARD + Multi-Buffering +X RANDR +X RECORD +X RENDER + SECURITY + SGI-GLX +X SHAPE +X SYNC + TOG-CUP +X X-Resource + XC-APPGROUP +X XC-MISC +X XEVIE +X XFIXES + XFree86-Bigfont + XFree86-DGA +X XFree86-DRI + XFree86-Misc + XFree86-VidModeExtension + XINERAMA + XInputExtension + XKEYBOARD +I XpExtension (XPRINT) +X XTEST +X XVideo +U XVideo-MotionCompensation diff --git a/libxcb/xcb-proto/aclocal.m4 b/libxcb/xcb-proto/aclocal.m4 new file mode 100644 index 000000000..9f7b54c76 --- /dev/null +++ b/libxcb/xcb-proto/aclocal.m4 @@ -0,0 +1,770 @@ +# generated automatically by aclocal 1.10.2 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, +[m4_warning([this file was generated for autoconf 2.63. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10.2], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.10.2])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 13 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.60])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# --------------------------------------------------------------------------- +# Adds support for distributing Python modules and packages. To +# install modules, copy them to $(pythondir), using the python_PYTHON +# automake variable. To install a package with the same name as the +# automake package, install to $(pkgpythondir), or use the +# pkgpython_PYTHON automake variable. +# +# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as +# locations to install python extension modules (shared libraries). +# Another macro is required to find the appropriate flags to compile +# extension modules. +# +# If your package is configured with a different prefix to python, +# users will have to add the install directory to the PYTHONPATH +# environment variable, or create a .pth file (see the python +# documentation for details). +# +# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will +# cause an error if the version of python installed on the system +# doesn't meet the requirement. MINIMUM-VERSION should consist of +# numbers and dots only. +AC_DEFUN([AM_PATH_PYTHON], + [ + dnl Find a Python interpreter. Python versions prior to 1.5 are not + dnl supported because the default installation locations changed from + dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages + dnl in 1.5. + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], + [python python2 python2.5 python2.4 python2.3 python2.2 dnl +python2.1 python2.0 python1.6 python1.5]) + + m4_if([$1],[],[ + dnl No version check is needed. + # Find any Python interpreter. + if test -z "$PYTHON"; then + AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) + fi + am_display_PYTHON=python + ], [ + dnl A version check is needed. + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + AC_MSG_CHECKING([whether $PYTHON version >= $1]) + AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], + [AC_MSG_RESULT(yes)], + [AC_MSG_ERROR(too old)]) + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + AC_CACHE_CHECK([for a Python interpreter with version >= $1], + [am_cv_pathless_PYTHON],[ + for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do + test "$am_cv_pathless_PYTHON" = none && break + AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) + done]) + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + ]) + + if test "$PYTHON" = :; then + dnl Run any user-specified action, or abort. + m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) + else + + dnl Query Python for its version number. Getting [:3] seems to be + dnl the best way to do this; it's what "site.py" does in the standard + dnl library. + + AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], + [am_cv_python_version=`$PYTHON -c "import sys; print sys.version[[:3]]"`]) + AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) + + dnl Use the values of $prefix and $exec_prefix for the corresponding + dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made + dnl distinct variables so they can be overridden if need be. However, + dnl general consensus is that you shouldn't need this ability. + + AC_SUBST([PYTHON_PREFIX], ['${prefix}']) + AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) + + dnl At times (like when building shared libraries) you may want + dnl to know which OS platform Python thinks this is. + + AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], + [am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`]) + AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) + + + dnl Set up 4 directories: + + dnl pythondir -- where to install python scripts. This is the + dnl site-packages directory, not the python standard library + dnl directory like in previous automake betas. This behavior + dnl is more consistent with lispdir.m4 for example. + dnl Query distutils for this directory. distutils does not exist in + dnl Python 1.5, so we fall back to the hardcoded directory if it + dnl doesn't work. + AC_CACHE_CHECK([for $am_display_PYTHON script directory], + [am_cv_python_pythondir], + [am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null || + echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`]) + AC_SUBST([pythondir], [$am_cv_python_pythondir]) + + dnl pkgpythondir -- $PACKAGE directory under pythondir. Was + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is + dnl more consistent with the rest of automake. + + AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) + + dnl pyexecdir -- directory for installing python extension modules + dnl (shared libraries) + dnl Query distutils for this directory. distutils does not exist in + dnl Python 1.5, so we fall back to the hardcoded directory if it + dnl doesn't work. + AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], + [am_cv_python_pyexecdir], + [am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null || + echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`]) + AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) + + dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) + + AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) + + dnl Run any user-specified action. + $2 + fi + +]) + + +# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) +# --------------------------------------------------------------------------- +# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. +# Run ACTION-IF-FALSE otherwise. +# This test uses sys.hexversion instead of the string equivalent (first +# word of sys.version), in order to cope with versions such as 2.2c1. +# hexversion has been introduced in Python 1.5.2; it's probably not +# worth to support older versions (1.5.1 was released on October 31, 1998). +AC_DEFUN([AM_PYTHON_CHECK_VERSION], + [prog="import sys, string +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +minver = map(int, string.split('$2', '.')) + [[0, 0, 0]] +minverhex = 0 +for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[[i]] +sys.exit(sys.hexversion < minverhex)" + AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar <conftest.tar]) + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/libxcb/xcb-proto/configure b/libxcb/xcb-proto/configure new file mode 100644 index 000000000..a96408341 --- /dev/null +++ b/libxcb/xcb-proto/configure @@ -0,0 +1,3624 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.63 for XCB Proto 1.5. +# +# Report bugs to <xcb@lists.freedesktop.org>. +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + +exec 7<&0 </dev/null 6>&1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME='XCB Proto' +PACKAGE_TARNAME='xcb-proto' +PACKAGE_VERSION='1.5' +PACKAGE_STRING='XCB Proto 1.5' +PACKAGE_BUGREPORT='xcb@lists.freedesktop.org' + +ac_unique_file="xcb-proto.pc.in" +ac_subst_vars='LTLIBOBJS +LIBOBJS +xcbincludedir +pkgpyexecdir +pyexecdir +pkgpythondir +pythondir +PYTHON_PLATFORM +PYTHON_EXEC_PREFIX +PYTHON_PREFIX +PYTHON_VERSION +PYTHON +HAVE_XMLLINT_FALSE +HAVE_XMLLINT_TRUE +XMLLINT +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +' + ac_precious_vars='build_alias +host_alias +target_alias' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { $as_echo "$as_me: error: working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures XCB Proto 1.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/xcb-proto] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of XCB Proto 1.5:";; + esac + cat <<\_ACEOF + +Report bugs to <xcb@lists.freedesktop.org>. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +XCB Proto configure 1.5 +generated by GNU Autoconf 2.63 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by XCB Proto $as_me 1.5, which was +generated by GNU Autoconf 2.63. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + ac_site_file1=$CONFIG_SITE +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test -r "$ac_site_file"; then + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +am__api_version='1.10' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + +done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +$as_echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='xcb-proto' + VERSION='1.5' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +# Extract the first word of "xmllint", so it can be a program name with args. +set dummy xmllint; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_XMLLINT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $XMLLINT in + [\\/]* | ?:[\\/]*) + ac_cv_path_XMLLINT="$XMLLINT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_XMLLINT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_XMLLINT" && ac_cv_path_XMLLINT="no" + ;; +esac +fi +XMLLINT=$ac_cv_path_XMLLINT +if test -n "$XMLLINT"; then + { $as_echo "$as_me:$LINENO: result: $XMLLINT" >&5 +$as_echo "$XMLLINT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + if test "x$XMLLINT" != "xno"; then + HAVE_XMLLINT_TRUE= + HAVE_XMLLINT_FALSE='#' +else + HAVE_XMLLINT_TRUE='#' + HAVE_XMLLINT_FALSE= +fi + +if test "$XMLLINT" = "no"; then + { $as_echo "$as_me:$LINENO: WARNING: xmllint not found; unable to validate against schema." >&5 +$as_echo "$as_me: WARNING: xmllint not found; unable to validate against schema." >&2;} +fi + + + + + + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.5" >&5 +$as_echo_n "checking whether $PYTHON version >= 2.5... " >&6; } + prog="import sys, string +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +minver = map(int, string.split('2.5', '.')) + [0, 0, 0] +minverhex = 0 +for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] +sys.exit(sys.hexversion < minverhex)" + if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5 + ($PYTHON -c "$prog") >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } +else + { { $as_echo "$as_me:$LINENO: error: too old" >&5 +$as_echo "$as_me: error: too old" >&2;} + { (exit 1); exit 1; }; } +fi + + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + { $as_echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.5" >&5 +$as_echo_n "checking for a Python interpreter with version >= 2.5... " >&6; } +if test "${am_cv_pathless_PYTHON+set}" = set; then + $as_echo_n "(cached) " >&6 +else + + for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do + test "$am_cv_pathless_PYTHON" = none && break + prog="import sys, string +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +minver = map(int, string.split('2.5', '.')) + [0, 0, 0] +minverhex = 0 +for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] +sys.exit(sys.hexversion < minverhex)" + if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5 + ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + break +fi + + done +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5 +$as_echo "$am_cv_pathless_PYTHON" >&6; } + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args. +set dummy $am_cv_pathless_PYTHON; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PYTHON+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $PYTHON in + [\\/]* | ?:[\\/]*) + ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +PYTHON=$ac_cv_path_PYTHON +if test -n "$PYTHON"; then + { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5 +$as_echo "$PYTHON" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + + + if test "$PYTHON" = :; then + { { $as_echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5 +$as_echo "$as_me: error: no suitable Python interpreter found" >&2;} + { (exit 1); exit 1; }; } + else + + + { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5 +$as_echo_n "checking for $am_display_PYTHON version... " >&6; } +if test "${am_cv_python_version+set}" = set; then + $as_echo_n "(cached) " >&6 +else + am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"` +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_python_version" >&5 +$as_echo "$am_cv_python_version" >&6; } + PYTHON_VERSION=$am_cv_python_version + + + + PYTHON_PREFIX='${prefix}' + + PYTHON_EXEC_PREFIX='${exec_prefix}' + + + + { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5 +$as_echo_n "checking for $am_display_PYTHON platform... " >&6; } +if test "${am_cv_python_platform+set}" = set; then + $as_echo_n "(cached) " >&6 +else + am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"` +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5 +$as_echo "$am_cv_python_platform" >&6; } + PYTHON_PLATFORM=$am_cv_python_platform + + + + + { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5 +$as_echo_n "checking for $am_display_PYTHON script directory... " >&6; } +if test "${am_cv_python_pythondir+set}" = set; then + $as_echo_n "(cached) " >&6 +else + am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null || + echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5 +$as_echo "$am_cv_python_pythondir" >&6; } + pythondir=$am_cv_python_pythondir + + + + pkgpythondir=\${pythondir}/$PACKAGE + + + { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5 +$as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; } +if test "${am_cv_python_pyexecdir+set}" = set; then + $as_echo_n "(cached) " >&6 +else + am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null || + echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"` +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5 +$as_echo "$am_cv_python_pyexecdir" >&6; } + pyexecdir=$am_cv_python_pyexecdir + + + + pkgpyexecdir=\${pyexecdir}/$PACKAGE + + + + fi + + + +xcbincludedir='${datadir}/xcb' + + +ac_config_files="$ac_config_files Makefile src/Makefile xcbgen/Makefile xcb-proto.pc" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${HAVE_XMLLINT_TRUE}" && test -z "${HAVE_XMLLINT_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_XMLLINT\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"HAVE_XMLLINT\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by XCB Proto $as_me 1.5, which was +generated by GNU Autoconf 2.63. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTION]... [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to <bug-autoconf@gnu.org>." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_version="\\ +XCB Proto config.status 1.5 +configured by $0, generated by GNU Autoconf 2.63, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2008 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { $as_echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "xcbgen/Makefile") CONFIG_FILES="$CONFIG_FILES xcbgen/Makefile" ;; + "xcb-proto.pc") CONFIG_FILES="$CONFIG_FILES xcb-proto.pc" ;; + + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + $as_echo "$as_me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr='
' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' <conf$$subs.awk | sed ' +/^[^""]/{ + N + s/\n// +} +' >>$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } +_ACEOF + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 +$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + ;; + + + + esac + +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/libxcb/xcb-proto/configure.ac b/libxcb/xcb-proto/configure.ac new file mode 100644 index 000000000..f3a489e2b --- /dev/null +++ b/libxcb/xcb-proto/configure.ac @@ -0,0 +1,22 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.57) +AC_INIT([XCB Proto], + 1.5, + [xcb@lists.freedesktop.org]) +AC_CONFIG_SRCDIR([xcb-proto.pc.in]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +AC_PATH_PROG(XMLLINT, xmllint, no) +AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno") +if test "$XMLLINT" = "no"; then + AC_MSG_WARN([xmllint not found; unable to validate against schema.]) +fi + +AM_PATH_PYTHON([2.5]) + +xcbincludedir='${datadir}/xcb' +AC_SUBST(xcbincludedir) + +AC_OUTPUT([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc]) diff --git a/libxcb/xcb-proto/doc/xml-xcb.txt b/libxcb/xcb-proto/doc/xml-xcb.txt new file mode 100644 index 000000000..feb99844f --- /dev/null +++ b/libxcb/xcb-proto/doc/xml-xcb.txt @@ -0,0 +1,258 @@ + xcb/proto + +Description +=========== + +xcb/proto is a set of XML files describing the X Window System protocol +It is designed for use with libxcb, the X C binding +<http://xcb.freedesktop.org/>. xcb/proto consists of: + +xcb.xsd An XML Schema defining the data format for describing the X + protocol. + +*.py Code generator helpers that read the protocol descriptions + into python structures. See libxcb for example usage. + +*.xml XML descriptions of the core X protocol and many extensions. + + +Generating C bindings +===================== + +See libxcb <http://cgit.freedesktop.org/xcb/libxcb/>. + + +Protocol Description Format +=========================== + +Root element +------------ + +<xcb header="string" extension-name="string" extension-xname="string"> + top-level elements +</xcb> + + This is the root element of a protocol description. The attributes are all + various forms of the extension name. header is the basename of the XML + protocol description file, which will be used as the basename for generated + bindings as well. extension-name is the name of the extension in InterCaps, + which will be used in the names of functions. extension-xname is the name + of the extension as passed to QueryExtension. + + As an example, the XML-XCB description for the GO-FASTER extension would use + the root element <xcb header="gofaster" extension-name="GoFaster" + extension-xname="GO-FASTER">; as a result, C bindings will be put in + gofaster.h and gofaster.c, extension functions will be named + XCBGoFasterFunctionName, and the extension initialization will call + QueryExtension with the name "GO-FASTER". + + This element can contain any number of the elements listed in the section + "Top-Level Elements" below. + + +Top-Level Elements +------------------ + +<import>header_name</import> + + The import element allows the protocol description to reference types + declared in another extension. The content is be the basename of the + extension XML file, which is also the header attribute of the extension's + root node. Note that types from xproto are automatically available, without + explicitly importing them. + +<struct name="identifier">structure contents</struct> + + This element represents a data structure. The name attribute gives the name + of the structure. The content represents the fields of the structure, and + consists of one or more of the field, pad, and list elements described in + the section "Structure Contents" below. + +<union name="identifier">structure contents</union> + + This element represents a union of data types, which can hold one value of + any of those types. The name attribute gives the name of the union. The + content represents the fields of the union, and consists of one or more of + the field and pad elements described in the section "Structure Contents + below". + +<xidtype name="identifier" /> + + This element represents an identifier for a particular type of resource. + The name attribute gives the name of the new type. + +<enum name="identifier"> + <item name="identifier">[optional expression]</item> + ... +</enum> + + The enum element represents an enumeration type, which can take on any of + the values given by the contained item elements. The name attribute on the + enum gives the name of the enumerated type. + + The item element represents one possible value of an enumerated type. The + name attribute on the item gives the name of that value, and the optional + content is an expression giving the numeric value. If the expression is + omitted, the value will be one more than that of the previous item, or 0 for + the first item. + +<typedef oldname="identifier" newname="identifier" /> + + The typedef element declares the type given by the newname attribute to be + an alias for the type given by the oldname attribute. + +<request name="identifier" opcode="integer" [combine-adjacent="true"]> + structure contents + [<reply>structure contents</reply>] +</request> + + The request element represents an X protocol request. The name attribute + gives the name of the request, and the opcode attribute gives the numeric + request code. The content of the request element represents the fields in + the request, and consists of one or more of any of the elements listed in + the "Structure Contents" section below. Note that for requests in the core + protocol, the first field in the request goes into the one-byte gap between + the major opcode and the length; if the request does not have any data in + that gap, put a one byte pad as the first element. Extension requests + always have this gap filled with the minor opcode. + + The optional reply element is present if the request has a reply. The + content of the reply element represents the fields in the reply, and + consists of zero or more of the field, pad, and list elements listed in the + "Structure Contents" section below. Note that the first field in the reply + always goes into the one-byte gap between the response type and the sequence + number; if the reply does not have any data in that gap, put a one byte pad + as the first element. + + If the optional combine-adjacent attribute is true, multiple adjacent + requests of the same type may be combined into a single request without + affecting the semantics of the requests. + +<event name="identifier" number="integer" [no-sequence-number="true"]> + structure contents +</event> + + This element represents an X protocol event. The name attribute gives the + name of the event, and the number attribute gives the event number. The + content of the event element represents the fields in the event, and + consists of zero or more of the field, pad, and list elements listed in the + "Structure Contents" section below. + + If the optional no-sequence-number attribute is true, the event does not + include a sequence number. This is a special-case for the KeymapNotify + event in the core protocol, and should not be used in any other event. + +<error name="identifier" number="integer"> + structure contents +</error> + + This element represents an X protocol error. The name attribute gives the + name of the error, and the number attribute gives the error number. The + content of the error element represents the fields in the error, and + consists of zero or more of the field, pad, and list elements listed in the + "Structure Contents" section below. + +<eventcopy name="identifier" number="identifier" ref="identifier" /> + + This element creates an alias for the event named in the ref attribute, with + the new name given in the name attribute, and the new event number given in + the number attribute. + +<errorcopy name="identifier" number="identifier" ref="identifier" /> + + This element creates an alias for the error named in the ref attribute, with + the new name given in the name attribute, and the new error number given in + the number attribute. + + +Structure Contents +------------------ + +Note: "type" attributes below refer to types defined by previous elements, +either in the current extension, xproto, or one of the imported extensions. +The type name must refer to only one possible type; if more than one type +matches, an error occurs. To avoid this, the type may be explicitly prefixed +with a namespace, which should be the value of the header attribute on the +protocol description containing the desired type. The namespace and type are +separated by a single colon. For example, to refer to the PIXMAP type defined +in glx rather than the one defined in xproto, use type="glx:PIXMAP" rather +than type="PIXMAP". + +Note: Most of the below may optionally contain an enum, altenum, or mask +attribute, which follows the above rules for "type". "enum" is an exhaustive +enum; the value is restricted to one of the constants named in the enum. +"altenum" may be one of the values contained in the enum, but it need not be. +"mask" refers to an enum to be used as a bitmask. + +<pad bytes="integer" /> + + This element declares some padding in a data structure. The bytes + attribute declares the number of bytes of padding. + +<field type="identifier" name="identifier" /> + + This element represents a field in a data structure. The type attribute + declares the data type of the field, and the name attribute gives the name + of the field. + +<list type="identifier" name="identifier">expression</list> + + This element represents an array or list of fields in a data structure. The + type attribute declares the data type of the field, and the name attribute + gives the name of the field. The content is an expression giving the length + of the list in terms of other fields in the structure. See the section + "Expressions" for details on the expression representation. + +<localfield type="identifier" name="identifier" /> + + This element represents a parameter in a request that is not sent over the + wire. The field can be referenced in the length expressions of lists or in + an exprfield. The type attribute declares the data type of the field, and + the name attribute gives the name of the field. + +<exprfield type="identifier" name="identifier">expression</exprfield> + + This element represents a field in a request that is calculated rather than + supplied by the caller. The type attribute declares the data type of the + field, and the name attribute gives the name of the field. The content is + the expression giving the value of the field. See the section "Expressions" + for details on the expression representation. + +<valueparam value-mask-type="identifier" value-mask-name="identifier" + value-list-name="identifier" /> + + This element represents a BITMASK/LISTofVALUE parameter pair: a bitmask + defining the set of values included, and a list containing these values. + value-mask-type gives the type of the bitmask; this must be CARD16 or + CARD32. value-mask-name gives the field name of the bitmask, and + value-list-name gives the field name of the list of values. + + +Expressions +----------- + + Expressions consist of a tree of <op> elements with leaves consisting of + <fieldref> or <value> elements. + +<op op="operator">expression expression</op> + + The op element represents an operator, with the op attribute specifying + which operator. The supported operations are +, -, *, /, &, and + <<, and their semantics are identical to the corresponding operators + in C. The two operand expressions may be other expression elements. + +<fieldref>identifier</fieldref> + + The fieldref element represents a reference to the value of another field in + the structure containing this expression. The identifier is the value of + the "name" attribute on the referenced field. + +<value>integer</value> + + The value element represents a literal integer value in an expression. The + integer may be expressed in decimal or hexadecimal. + +<bit>integer</bit> + + The bit element represents a literal bitmask value in an expression. + The integer must be in the range 0..31, expanding to (1<<n) in C. diff --git a/libxcb/xcb-proto/install-sh b/libxcb/xcb-proto/install-sh new file mode 100644 index 000000000..a5897de6e --- /dev/null +++ b/libxcb/xcb-proto/install-sh @@ -0,0 +1,519 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2006-12-25.00 + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dst_arg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + -*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/libxcb/xcb-proto/missing b/libxcb/xcb-proto/missing new file mode 100644 index 000000000..1c8ff7049 --- /dev/null +++ b/libxcb/xcb-proto/missing @@ -0,0 +1,367 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2006-05-10.23 + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Send bug reports to <bug-automake@gnu.org>." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). +case $1 in + lex|yacc) + # Not GNU programs, they don't have --version. + ;; + + tar) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $1 in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/libxcb/xcb-proto/py-compile b/libxcb/xcb-proto/py-compile new file mode 100644 index 000000000..d6e900b30 --- /dev/null +++ b/libxcb/xcb-proto/py-compile @@ -0,0 +1,146 @@ +#!/bin/sh +# py-compile - Compile a Python program + +scriptversion=2005-05-14.22 + +# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to <bug-automake@gnu.org> or send patches to +# <automake-patches@gnu.org>. + +if [ -z "$PYTHON" ]; then + PYTHON=python +fi + +basedir= +destdir= +files= +while test $# -ne 0; do + case "$1" in + --basedir) + basedir=$2 + if test -z "$basedir"; then + echo "$0: Missing argument to --basedir." 1>&2 + exit 1 + fi + shift + ;; + --destdir) + destdir=$2 + if test -z "$destdir"; then + echo "$0: Missing argument to --destdir." 1>&2 + exit 1 + fi + shift + ;; + -h|--h*) + cat <<\EOF +Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..." + +Byte compile some python scripts FILES. Use --destdir to specify any +leading directory path to the FILES that you don't want to include in the +byte compiled file. Specify --basedir for any additional path information you +do want to be shown in the byte compiled file. + +Example: + py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py + +Report bugs to <bug-automake@gnu.org>. +EOF + exit $? + ;; + -v|--v*) + echo "py-compile $scriptversion" + exit $? + ;; + *) + files="$files $1" + ;; + esac + shift +done + +if test -z "$files"; then + echo "$0: No files given. Try \`$0 --help' for more information." 1>&2 + exit 1 +fi + +# if basedir was given, then it should be prepended to filenames before +# byte compilation. +if [ -z "$basedir" ]; then + pathtrans="path = file" +else + pathtrans="path = os.path.join('$basedir', file)" +fi + +# if destdir was given, then it needs to be prepended to the filename to +# byte compile but not go into the compiled file. +if [ -z "$destdir" ]; then + filetrans="filepath = path" +else + filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)" +fi + +$PYTHON -c " +import sys, os, string, py_compile + +files = '''$files''' + +print 'Byte-compiling python modules...' +for file in string.split(files): + $pathtrans + $filetrans + if not os.path.exists(filepath) or not (len(filepath) >= 3 + and filepath[-3:] == '.py'): + continue + print file, + sys.stdout.flush() + py_compile.compile(filepath, filepath + 'c', path) +print" || exit $? + +# this will fail for python < 1.5, but that doesn't matter ... +$PYTHON -O -c " +import sys, os, string, py_compile + +files = '''$files''' +print 'Byte-compiling python modules (optimized versions) ...' +for file in string.split(files): + $pathtrans + $filetrans + if not os.path.exists(filepath) or not (len(filepath) >= 3 + and filepath[-3:] == '.py'): + continue + print file, + sys.stdout.flush() + py_compile.compile(filepath, filepath + 'o', path) +print" 2>/dev/null || : + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/libxcb/xcb-proto/src/Makefile.am b/libxcb/xcb-proto/src/Makefile.am new file mode 100644 index 000000000..3caaed246 --- /dev/null +++ b/libxcb/xcb-proto/src/Makefile.am @@ -0,0 +1,32 @@ +xcbinclude_HEADERS = \ + xcb.xsd \ + xproto.xml \ + bigreq.xml \ + composite.xml \ + damage.xml \ + dpms.xml \ + glx.xml \ + randr.xml \ + record.xml \ + render.xml \ + res.xml \ + screensaver.xml \ + shape.xml \ + shm.xml \ + sync.xml \ + xc_misc.xml \ + xevie.xml \ + xf86dri.xml \ + xfixes.xml \ + xinerama.xml \ + xinput.xml \ + xprint.xml \ + xselinux.xml \ + xtest.xml \ + xv.xml \ + xvmc.xml + +if HAVE_XMLLINT +check-local: + $(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml +endif diff --git a/libxcb/xcb-proto/src/Makefile.in b/libxcb/xcb-proto/src/Makefile.in new file mode 100644 index 000000000..95cb05294 --- /dev/null +++ b/libxcb/xcb-proto/src/Makefile.in @@ -0,0 +1,396 @@ +# Makefile.in generated by automake 1.10.2 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = src +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(xcbinclude_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(xcbincludedir)" +xcbincludeHEADERS_INSTALL = $(INSTALL_HEADER) +HEADERS = $(xcbinclude_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XMLLINT = @XMLLINT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +xcbincludedir = @xcbincludedir@ +xcbinclude_HEADERS = \ + xcb.xsd \ + xproto.xml \ + bigreq.xml \ + composite.xml \ + damage.xml \ + dpms.xml \ + glx.xml \ + randr.xml \ + record.xml \ + render.xml \ + res.xml \ + screensaver.xml \ + shape.xml \ + shm.xml \ + sync.xml \ + xc_misc.xml \ + xevie.xml \ + xf86dri.xml \ + xfixes.xml \ + xinerama.xml \ + xinput.xml \ + xprint.xml \ + xselinux.xml \ + xtest.xml \ + xv.xml \ + xvmc.xml + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-xcbincludeHEADERS: $(xcbinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)" + @list='$(xcbinclude_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(xcbincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(xcbincludedir)/$$f'"; \ + $(xcbincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(xcbincludedir)/$$f"; \ + done + +uninstall-xcbincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(xcbinclude_HEADERS)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(xcbincludedir)/$$f'"; \ + rm -f "$(DESTDIR)$(xcbincludedir)/$$f"; \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +@HAVE_XMLLINT_FALSE@check-local: +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-local +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(xcbincludedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-xcbincludeHEADERS + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-xcbincludeHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ + clean-generic ctags distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-xcbincludeHEADERS installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-xcbincludeHEADERS + + +@HAVE_XMLLINT_TRUE@check-local: +@HAVE_XMLLINT_TRUE@ $(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libxcb/xcb-proto/src/bigreq.xml b/libxcb/xcb-proto/src/bigreq.xml new file mode 100644 index 000000000..3cca2f77f --- /dev/null +++ b/libxcb/xcb-proto/src/bigreq.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2001-2004 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="bigreq" extension-xname="BIG-REQUESTS" + extension-name="BigRequests" extension-multiword="true" + major-version="0" minor-version="0"> + + <request name="Enable" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="maximum_request_length" /> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/composite.xml b/libxcb/xcb-proto/src/composite.xml new file mode 100644 index 000000000..d16b6e746 --- /dev/null +++ b/libxcb/xcb-proto/src/composite.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Josh Triplett. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- This file describes version 0.3 of COMPOSITE. --> +<xcb header="composite" extension-xname="Composite" extension-name="Composite" + major-version="0" minor-version="3"> + + <import>xproto</import> + <import>xfixes</import> + + <enum name="Redirect"> + <item name="Automatic" /> + <item name="Manual" /> + </enum> + + <request name="QueryVersion" opcode="0"> + <field type="CARD32" name="client_major_version" /> + <field type="CARD32" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="RedirectWindow" opcode="1"> + <field type="WINDOW" name="window" /> + <field type="CARD8" name="update" enum="Redirect" /> + <pad bytes="3" /> + </request> + + <request name="RedirectSubwindows" opcode="2"> + <field type="WINDOW" name="window" /> + <field type="CARD8" name="update" enum="Redirect" /> + <pad bytes="3" /> + </request> + + <request name="UnredirectWindow" opcode="3"> + <field type="WINDOW" name="window" /> + <field type="CARD8" name="update" enum="Redirect" /> + <pad bytes="3" /> + </request> + + <request name="UnredirectSubwindows" opcode="4"> + <field type="WINDOW" name="window" /> + <field type="CARD8" name="update" enum="Redirect" /> + <pad bytes="3" /> + </request> + + <request name="CreateRegionFromBorderClip" opcode="5"> + <field type="REGION" name="region" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="NameWindowPixmap" opcode="6"> + <field type="WINDOW" name="window" /> + <field type="PIXMAP" name="pixmap" /> + </request> + + <!-- new in version 0.3 --> + + <request name="GetOverlayWindow" opcode="7"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="WINDOW" name="overlay_win" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="ReleaseOverlayWindow" opcode="8"> + <field type="WINDOW" name="window" /> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/damage.xml b/libxcb/xcb-proto/src/damage.xml new file mode 100644 index 000000000..9c5cde5b6 --- /dev/null +++ b/libxcb/xcb-proto/src/damage.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Josh Triplett +Copyright (C) 2007 Jeremy Kolb +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- This file describes version 1.1 of DAMAGE. --> +<xcb header="damage" extension-xname="DAMAGE" extension-name="Damage" + major-version="1" minor-version="1"> + <import>xproto</import> + <import>xfixes</import> + + <xidtype name="DAMAGE" /> + + <enum name="ReportLevel"> + <item name="RawRectangles" /> + <item name="DeltaRectangles" /> + <item name="BoundingBox" /> + <item name="NonEmpty" /> + </enum> + + <error name="BadDamage" number="0" /> + + <request name="QueryVersion" opcode="0"> + <field type="CARD32" name="client_major_version" /> + <field type="CARD32" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="Create" opcode="1"> + <field type="DAMAGE" name="damage" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD8" name="level" enum="ReportLevel" /> + <pad bytes="3" /> + </request> + + <request name="Destroy" opcode="2"> + <field type="DAMAGE" name="damage" /> + </request> + + <request name="Subtract" opcode="3"> + <field type="DAMAGE" name="damage" /> + <field type="REGION" name="repair" altenum="Region" /> + <field type="REGION" name="parts" altenum="Region" /> + </request> + + <request name="Add" opcode="4"> + <field type="DRAWABLE" name="drawable" /> + <field type="REGION" name="region" /> + </request> + + <event name="Notify" number="0"> + <field type="CARD8" name="level" enum="ReportLevel" /> + <field type="DRAWABLE" name="drawable" /> + <field type="DAMAGE" name="damage" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="RECTANGLE" name="area" /> + <field type="RECTANGLE" name="geometry" /> + </event> +</xcb> diff --git a/libxcb/xcb-proto/src/dpms.xml b/libxcb/xcb-proto/src/dpms.xml new file mode 100644 index 000000000..0c2ac2027 --- /dev/null +++ b/libxcb/xcb-proto/src/dpms.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2001-2004 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="dpms" extension-xname="DPMS" extension-name="DPMS" + major-version="0" minor-version="0"> + <request name="GetVersion" opcode="0"> + <field type="CARD16" name="client_major_version" /> + <field type="CARD16" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major_version" /> + <field type="CARD16" name="server_minor_version" /> + </reply> + </request> + + <request name="Capable" opcode="1"> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="capable" /> + <pad bytes="23" /> + </reply> + </request> + + <request name="GetTimeouts" opcode="2"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="standby_timeout" /> + <field type="CARD16" name="suspend_timeout" /> + <field type="CARD16" name="off_timeout" /> + <pad bytes="18" /> + </reply> + </request> + + <request name="SetTimeouts" opcode="3"> + <field type="CARD16" name="standby_timeout" /> + <field type="CARD16" name="suspend_timeout" /> + <field type="CARD16" name="off_timeout" /> + </request> + + <request name="Enable" opcode="4" /> + + <request name="Disable" opcode="5" /> + + <enum name="DPMSMode"> + <item name="On" /> + <item name="Standby" /> + <item name="Suspend" /> + <item name="Off" /> + </enum> + + <request name="ForceLevel" opcode="6"> + <field type="CARD16" name="power_level" enum="DPMSMode" /> + </request> + + <request name="Info" opcode="7"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="power_level" enum="DPMSMode" /> + <field type="BOOL" name="state" /> + <pad bytes="21" /> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/glx.xml b/libxcb/xcb-proto/src/glx.xml new file mode 100644 index 000000000..544b543a1 --- /dev/null +++ b/libxcb/xcb-proto/src/glx.xml @@ -0,0 +1,1557 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2005 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<!-- +Note that on X.org servers before 6.9 (and probably others as well) the length +field in the reply is computed incorrectly for GetFBConfigs and +VendorPrivateWithReply vendor_code 0x10004 (GetFBConfigsSGIX). For these +requests the reply structure begins: + <pad bytes="1" /> + <field type="CARD32" name="numVisuals" /> + <field type="CARD32" name="numProps" /> +The correct value for the length field is + numVisuals * numProps * 2 +but on broken servers the "* 2" was missing. A workaround that is correct for +all implementations is to rewrite the length field on receipt on the client +side, using the expression above. + +The patch that fixed this server bug in X.org CVS is here: + http://cvs.freedesktop.org/xorg/xserver/xorg/GL/glx/glxcmds.c?r1=1.6&r2=1.7 +--> + +<xcb header="glx" extension-xname="GLX" extension-name="Glx" + major-version="1" minor-version="3"> + <!-- target support: 1.3 --> + + <import>xproto</import> + + <xidtype name="PIXMAP" /> + <xidtype name="CONTEXT" /> + <xidtype name="PBUFFER" /> + <xidtype name="WINDOW" /> + <xidtype name="FBCONFIG" /> + + <xidunion name="DRAWABLE"> + <type>xproto:WINDOW</type> + <type>PBUFFER</type> + <type>glx:PIXMAP</type> + <type>glx:WINDOW</type> + </xidunion> + + <typedef oldname="float" newname="FLOAT32" /> + <typedef oldname="double" newname="FLOAT64" /> + <typedef oldname="CARD32" newname="BOOL32" /> + <typedef oldname="CARD32" newname="CONTEXT_TAG" /> + + <!-- Errors --> + <error name="Generic" number="-1"> <!-- FIXME: fake number --> + <field type="CARD32" name="bad_value" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + <pad bytes="21" /> + </error> + + <errorcopy name="BadContext" number="0" ref="Generic" /> + <errorcopy name="BadContextState" number="1" ref="Generic" /> + <errorcopy name="BadDrawable" number="2" ref="Generic" /> + <errorcopy name="BadPixmap" number="3" ref="Generic" /> + <errorcopy name="BadContextTag" number="4" ref="Generic" /> + <errorcopy name="BadCurrentWindow" number="5" ref="Generic" /> + <errorcopy name="BadRenderRequest" number="6" ref="Generic" /> + <errorcopy name="BadLargeRequest" number="7" ref="Generic" /> + <errorcopy name="UnsupportedPrivateRequest" number="8" ref="Generic" /> + <errorcopy name="BadFBConfig" number="9" ref="Generic" /> + <errorcopy name="BadPbuffer" number="10" ref="Generic" /> + <errorcopy name="BadCurrentDrawable" number="11" ref="Generic" /> + <errorcopy name="BadWindow" number="12" ref="Generic" /> + + <!-- Events --> + <event name="PbufferClobber" number="0"> + <pad bytes="1" /> + <field type="CARD16" name="event_type" /> + <field type="CARD16" name="draw_type" /> + <field type="glx:DRAWABLE" name="drawable" /> + <field type="CARD32" name="b_mask" /> + <field type="CARD16" name="aux_buffer" /> + <field type="CARD16" name="x" /> + <field type="CARD16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="count" /> + <pad bytes="4" /> + </event> + + <!-- enums for PbufferClobber event/draw type --> + <enum name="PBCET"> + <item name="Damaged"> + <value>32791</value> + </item> + <item name="Saved"> + <value>32792</value> + </item> + </enum> + + <enum name="PBCDT"> + <item name="Window"> + <value>32793</value> + </item> + <item name="Pbuffer"> + <value>32794</value> + </item> + </enum> + + <!-- Requests --> + <request name="Render" opcode="1" combine-adjacent="true"> + <field type="CONTEXT_TAG" name="context_tag" /> + <list type="BYTE" name="data" /> + </request> + + <request name="RenderLarge" opcode="2"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD16" name="request_num" /> + <field type="CARD16" name="request_total" /> + <field type="CARD32" name="data_len" /> + <list type="BYTE" name="data"> + <fieldref>data_len</fieldref> + </list> + </request> + + <request name="CreateContext" opcode="3"> + <field type="glx:CONTEXT" name="context" /> + <field type="VISUALID" name="visual" /> + <field type="CARD32" name="screen" /> + <field type="glx:CONTEXT" name="share_list" /> + <field type="BOOL" name="is_direct" /> + <pad bytes="3" /> + </request> + + <request name="DestroyContext" opcode="4"> + <field type="glx:CONTEXT" name="context" /> + </request> + + <request name="MakeCurrent" opcode="5"> + <field type="glx:DRAWABLE" name="drawable" /> + <field type="glx:CONTEXT" name="context" /> + <field type="CONTEXT_TAG" name="old_context_tag" /> + <reply> + <pad bytes="1" /> + <field type="CONTEXT_TAG" name="context_tag" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="IsDirect" opcode="6"> + <field type="glx:CONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="is_direct" /> + <pad bytes="23" /> + </reply> + </request> + + <request name="QueryVersion" opcode="7"> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="WaitGL" opcode="8"> + <field type="CONTEXT_TAG" name="context_tag" /> + </request> + + <request name="WaitX" opcode="9"> + <field type="CONTEXT_TAG" name="context_tag" /> + </request> + + <request name="CopyContext" opcode="10"> + <field type="glx:CONTEXT" name="src" /> + <field type="glx:CONTEXT" name="dest" /> + <field type="CARD32" name="mask" /> + <field type="CONTEXT_TAG" name="src_context_tag" /> + </request> + + <!-- Enum for CopyContext: mask --> + <enum name="GC"> + <item name="GL_CURRENT_BIT"><bit>0</bit></item> + <item name="GL_POINT_BIT"><bit>1</bit></item> + <item name="GL_LINE_BIT"><bit>2</bit></item> + <item name="GL_POLYGON_BIT"><bit>3</bit></item> + <item name="GL_POLYGON_STIPPLE_BIT"><bit>4</bit></item> + <item name="GL_PIXEL_MODE_BIT"><bit>5</bit></item> + <item name="GL_LIGHTING_BIT"><bit>6</bit></item> + <item name="GL_FOG_BIT"><bit>7</bit></item> + <item name="GL_DEPTH_BUFFER_BIT"><bit>8</bit></item> + <item name="GL_ACCUM_BUFFER_BIT"><bit>9</bit></item> + <item name="GL_STENCIL_BUFFER_BIT"><bit>10</bit></item> + <item name="GL_VIEWPORT_BIT"><bit>11</bit></item> + <item name="GL_TRANSFORM_BIT"><bit>12</bit></item> + <item name="GL_ENABLE_BIT"><bit>13</bit></item> + <item name="GL_COLOR_BUFFER_BIT"><bit>14</bit></item> + <item name="GL_HINT_BIT"><bit>15</bit></item> + <item name="GL_EVAL_BIT"><bit>16</bit></item> + <item name="GL_LIST_BIT"><bit>17</bit></item> + <item name="GL_TEXTURE_BIT"><bit>18</bit></item> + <item name="GL_SCISSOR_BIT"><bit>19</bit></item> + <item name="GL_ALL_ATTRIB_BITS"><value>16777215<!--0x000ffffff--></value></item> + </enum> + + <request name="SwapBuffers" opcode="11"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="glx:DRAWABLE" name="drawable" /> + </request> + + <request name="UseXFont" opcode="12"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="FONT" name="font" /> + <field type="CARD32" name="first" /> + <field type="CARD32" name="count" /> + <field type="CARD32" name="list_base" /> + </request> + + <request name="CreateGLXPixmap" opcode="13"> + <field type="CARD32" name="screen" /> + <field type="VISUALID" name="visual" /> + <field type="xproto:PIXMAP" name="pixmap" /> + <field type="glx:PIXMAP" name="glx_pixmap" /> + </request> + + + <request name="GetVisualConfigs" opcode="14"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_visuals" /> + <field type="CARD32" name="num_properties" /> + <pad bytes="16" /> + <list type="CARD32" name="property_list"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="DestroyGLXPixmap" opcode="15"> + <field type="glx:PIXMAP" name="glx_pixmap" /> + </request> + + <!-- + Context tag is not in the proto, should be part of the list of bytes + but every VendorPrivate and VendorPrivateWithReply request uses them + so it is safe to put them in. That's how Mesa does it. + --> + <request name="VendorPrivate" opcode="16"> + <field type="CARD32" name="vendor_code" /> + <field type="CONTEXT_TAG" name="context_tag" /> + <list type="BYTE" name="data" /> + </request> + + <request name="VendorPrivateWithReply" opcode="17"> + <field type="CARD32" name="vendor_code" /> + <field type="CONTEXT_TAG" name="context_tag" /> + <list type="BYTE" name="data" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="retval" /> + <list type="BYTE" name="data1"> + <value>24</value> + </list> + <list type="BYTE" name="data2"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="QueryExtensionsString" opcode="18"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="QueryServerString" opcode="19"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="name" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="str_len" /> + <pad bytes="16" /> + <list type="char" name="string"> + <fieldref>str_len</fieldref> + </list> + </reply> + </request> + + <request name="ClientInfo" opcode="20"> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <field type="CARD32" name="str_len" /> + <list type="char" name="string"> + <fieldref>str_len</fieldref> + </list> + </request> + + <!-- Start of GLX 1.3 Requests --> + + <request name="GetFBConfigs" opcode="21"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_FB_configs" /> + <field type="CARD32" name="num_properties" /> + <pad bytes="16" /> + <!-- + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + --> + <list type="CARD32" name="property_list"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="CreatePixmap" opcode="22"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="fbconfig" /> + <field type="xproto:PIXMAP" name="pixmap" /> + <field type="glx:PIXMAP" name="glx_pixmap" /> + <field type="CARD32" name="num_attribs" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </request> + + <request name="DestroyPixmap" opcode="23"> + <field type="glx:PIXMAP" name="glx_pixmap" /> + </request> + + <request name="CreateNewContext" opcode="24"> + <field type="glx:CONTEXT" name="context" /> + <field type="CARD32" name="fbconfig" /> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="render_type" /> + <field type="CARD32" name="share_list" /> + <field type="BOOL" name="is_direct" /> + <field type="CARD8" name="reserved1" /> + <field type="CARD16" name="reserved2" /> + </request> + + <request name="QueryContext" opcode="25"> + <field type="glx:CONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_attribs"/> + <pad bytes="20" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </reply> + </request> + + <request name="MakeContextCurrent" opcode="26"> + <field type="CONTEXT_TAG" name="old_context_tag" /> + <field type="glx:DRAWABLE" name="drawable" /> + <field type="glx:DRAWABLE" name="read_drawable" /> + <field type="glx:CONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <field type="CONTEXT_TAG" name="context_tag" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="CreatePbuffer" opcode="27"> + <field type="CARD32" name="screen" /> + <field type="FBCONFIG" name="fbconfig" /> + <field type="PBUFFER" name="pbuffer" /> + <field type="CARD32" name="num_attribs" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </request> + + <request name="DestroyPbuffer" opcode="28"> + <field type="PBUFFER" name="pbuffer" /> + </request> + + <request name="GetDrawableAttributes" opcode="29"> + <field type="glx:DRAWABLE" name="drawable" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_attribs" /> + <pad bytes="20" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </reply> + </request> + + <request name="ChangeDrawableAttributes" opcode="30"> + <field type="glx:DRAWABLE" name="drawable" /> + <field type="CARD32" name="num_attribs" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </request> + + <request name="CreateWindow" opcode="31"> + <field type="CARD32" name="screen" /> + <field type="FBCONFIG" name="fbconfig" /> + <field type="xproto:WINDOW" name="window" /> + <field type="glx:WINDOW" name="glx_window" /> + <field type="CARD32" name="num_attribs" /> + <list type="CARD32" name="attribs"> + <op op="*"> + <fieldref>num_attribs</fieldref> + <value>2</value> + </op> + </list> + </request> + + <request name="DeleteWindow" opcode="32"> + <field type="glx:WINDOW" name="glxwindow" /> + </request> + + <!-- Requests for GL Non-rendering Commands (single ops) --> + + <request name="NewList" opcode="101"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="list" /> + <field type="CARD32" name="mode" /> + </request> + + <request name="EndList" opcode="102"> + <field type="CONTEXT_TAG" name="context_tag" /> + </request> + + <request name="DeleteLists" opcode="103"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="list" /> + <field type="INT32" name="range" /> + </request> + + <request name="GenLists" opcode="104"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="range" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="ret_val" /> + </reply> + </request> + + <request name="FeedbackBuffer" opcode="105"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="size" /> + <field type="INT32" name="type" /> + </request> + + <request name="SelectBuffer" opcode="106"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="size" /> + <!-- the reply is actually returned in the data + of the next RenderMode request --> + </request> + + + <request name="RenderMode" opcode="107"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="mode" /> + <!-- + This reply is only if RM was previously feedback/selection. + If it was in feedback mode then data is FLOAT32. + If previously in render mode there is no reply. + --> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="ret_val" /> + <field type="CARD32" name="n" /> + <field type="CARD32" name="new_mode" /> + <pad bytes="12" /> + <list type="CARD32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <enum name="RM"> + <item name="GL_RENDER"><value>7168</value></item> + <item name="GL_FEEDBACK"><value>7169</value></item> + <item name="GL_SELECT"><value>7170</value></item> + </enum> + + <request name="Finish" opcode="108"> + <field type="CONTEXT_TAG" name="context_tag" /> + <reply> + <pad bytes="1" /> + </reply> + </request> + + <request name="PixelStoref" opcode="109"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="pname" /> + <field type="FLOAT32" name="datum" /> + </request> + + <request name="PixelStorei" opcode="110"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="pname" /> + <field type="INT32" name="datum" /> + </request> + + <request name="ReadPixels" opcode="111"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="x" /> + <field type="INT32" name="y" /> + <field type="INT32" name="width" /> + <field type="INT32" name="height" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <field type="BOOL" name="lsb_first" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <!-- FIXME: + All the Get* functions can return different stuff for replies. + Hopefully xcb will support multiple reply structures at some point + but for now... grrrr + Starts on page 58/180 + --> + <request name="GetBooleanv" opcode="112"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="BOOL" name="datum" /> + <pad bytes="15" /> + <list type="BOOL" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetClipPlane" opcode="113"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="plane" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="FLOAT64" name="data"> + <op op="/"> + <fieldref>length</fieldref> + <value>2</value> + </op> + </list> + </reply> + </request> + + <request name="GetDoublev" opcode="114"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT64" name="datum" /> + <pad bytes="8" /> + <list type="FLOAT64" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetError" opcode="115"> + <field type="CONTEXT_TAG" name="context_tag" /> + <reply> + <pad bytes="1" /> + <field type="INT32" name="error" /> + </reply> + </request> + + <request name="GetFloatv" opcode="116"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetIntegerv" opcode="117"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetLightfv" opcode="118"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="light" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetLightiv" opcode="119"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="light" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMapdv" opcode="120"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="query" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT64" name="datum" /> + <pad bytes="8" /> + <list type="FLOAT64" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMapfv" opcode="121"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="query" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMapiv" opcode="122"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="query" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMaterialfv" opcode="123"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="face" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMaterialiv" opcode="124"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="face" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetPixelMapfv" opcode="125"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="map" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetPixelMapuiv" opcode="126"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="map" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="CARD32" name="datum" /> + <pad bytes="12" /> + <list type="CARD32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetPixelMapusv" opcode="127"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="map" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="CARD16" name="datum" /> + <pad bytes="16" /> + <list type="CARD16" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetPolygonStipple" opcode="128"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="BOOL" name="lsb_first" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + + <request name="GetString" opcode="129"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="name" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <pad bytes="16" /> + <list type="char" name="string"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexEnvfv" opcode="130"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexEnviv" opcode="131"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexGendv" opcode="132"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="coord" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT64" name="datum" /> + <pad bytes="8" /> + <list type="FLOAT64" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexGenfv" opcode="133"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="coord" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexGeniv" opcode="134"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="coord" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexImage" opcode="135"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="INT32" name="level" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="width" /> + <field type="INT32" name="height" /> + <field type="INT32" name="depth" /> + <pad bytes="4" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + + <request name="GetTexParameterfv" opcode="136"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexParameteriv" opcode="137"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexLevelParameterfv" opcode="138"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="INT32" name="level" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetTexLevelParameteriv" opcode="139"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="INT32" name="level" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="IsList" opcode="141" > + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="list" /> + <reply> + <pad bytes="1" /> + <field type="BOOL32" name="ret_val" /> + </reply> + </request> + + <request name="Flush" opcode="142"> + <field type="CONTEXT_TAG" name="context_tag" /> + </request> + + <request name="AreTexturesResident" opcode="143"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="n" /> + <list type="CARD32" name="textures"> + <fieldref>n</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="BOOL32" name="ret_val" /> + <pad bytes="20" /> + <list type="BOOL" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="DeleteTextures" opcode="144"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="n" /> + <list type="CARD32" name="textures"> + <fieldref>n</fieldref> + </list> + </request> + + <request name="GenTextures" opcode="145"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="n" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="CARD32" name="data"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="IsTexture" opcode="146"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="texture" /> + <reply> + <pad bytes="1" /> + <field type="BOOL32" name="ret_val" /> + </reply> + </request> + + <request name="GetColorTable" opcode="147"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="width" /> + <pad bytes="12" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="GetColorTableParameterfv" opcode="148"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetColorTableParameteriv" opcode="149"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetConvolutionFilter" opcode="150"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="width" /> + <field type="INT32" name="height" /> + <pad bytes="8" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + + <request name="GetConvolutionParameterfv" opcode="151"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetConvolutionParameteriv" opcode="152"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetSeparableFilter" opcode="153"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="row_w" /> + <field type="INT32" name="col_h" /> + <pad bytes="8" /> + <list type="BYTE" name="rows_and_cols"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="GetHistogram" opcode="154"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <field type="BOOL" name="reset" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="width" /> + <pad bytes="12" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + + <request name="GetHistogramParameterfv" opcode="155"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetHistogramParameteriv" opcode="156"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMinmax" opcode="157"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="format" /> + <field type="CARD32" name="type" /> + <field type="BOOL" name="swap_bytes" /> + <field type="BOOL" name="reset" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="GetMinmaxParameterfv" opcode="158"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="FLOAT32" name="datum" /> + <pad bytes="12" /> + <list type="FLOAT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetMinmaxParameteriv" opcode="159"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <!-- + GLX Extensions + + * XXX: So far only define non-rendering commands. + * Only those extensions that affect the GLX wire protocol are listed. + --> + + <!-- + GL_ARB_texture_compression + http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_compression.txt + --> + <request name="GetCompressedTexImageARB" opcode="160"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="INT32" name="level" /> + <reply> + <pad bytes="1" /> + <pad bytes="8" /> + <field type="INT32" name="size" /> + <pad bytes="12" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + + <!-- + GL_ARB_occlusion_query + http://oss.sgi.com/projects/ogl-sample/registry/ARB/occlusion_query.txt + --> + + <request name="DeleteQueriesARB" opcode="161"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="n" /> + <list type="CARD32" name="ids"> + <fieldref>n</fieldref> + </list> + </request> + + <request name="GenQueriesARB" opcode="162"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="INT32" name="n" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="CARD32" name="data"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="IsQueryARB" opcode="163"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="id" /> + <reply> + <pad bytes="1" /> + <field type="BOOL32" name="ret_val" /> + </reply> + </request> + + <request name="GetQueryivARB" opcode="164"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="target" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetQueryObjectivARB" opcode="165"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="id" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="INT32" name="datum" /> + <pad bytes="12" /> + <list type="INT32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <request name="GetQueryObjectuivARB" opcode="166"> + <field type="CONTEXT_TAG" name="context_tag" /> + <field type="CARD32" name="id" /> + <field type="CARD32" name="pname" /> + <reply> + <pad bytes="1" /> + <pad bytes="4" /> + <field type="CARD32" name="n" /> + <field type="CARD32" name="datum" /> + <pad bytes="12" /> + <list type="CARD32" name="data"> + <fieldref>n</fieldref> + </list> + </reply> + </request> + + <!-- + GL_ARB_vertex_program + http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_program.txt + XXX: Need to write up vops + --> + + <!-- + GL_ARB_fragment_program + http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGIS_texture_filter4 + http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_filter4.txt + XXX: Need to write up vops + --> + + <!-- + GL_EXT_histogram + http://oss.sgi.com/projects/ogl-sample/registry/EXT/histogram.txt + XXX: Need to write up vops + --> + + <!-- + GL_EXT_convolution + http://oss.sgi.com/projects/ogl-sample/registry/EXT/convolution.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGI_color_table + http://oss.sgi.com/projects/ogl-sample/registry/SGI/color_table.txt + XXX: Need to write up vops + --> + + <!-- + GL_EXT_texture_object + http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_object.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGIS_detail_texture + http://oss.sgi.com/projects/ogl-sample/registry/SGIS/detail_texture.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGIS_sharpen_texture + http://oss.sgi.com/projects/ogl-sample/registry/SGIS/sharpen_texture.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGI_make_current_read + http://oss.sgi.com/projects/ogl-sample/registry/SGI/make_current_read.txt + XXX: Need to write up vops + --> + + <!-- + GL_EXT_import_context + http://oss.sgi.com/projects/ogl-sample/registry/EXT/import_context.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGIX_fbconfig + http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fbconfig.txt + XXX: Need to write up vops + --> + + <!-- + GL_SGIX_pbuffer + http://oss.sgi.com/projects/ogl-sample/registry/SGIX/pbuffer.txt + XXX: Need to write up vops + --> + + <!-- + GL_EXT_pixel_transform + http://oss.sgi.com/projects/ogl-sample/registry/EXT/pixel_transform.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_register_combiners + http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_fence + http://oss.sgi.com/projects/ogl-sample/registry/NV/fence.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_register_combiners2 + http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners2.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_vertex_program + http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_vertex_program + http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_occlusion_query + http://oss.sgi.com/projects/ogl-sample/registry/NV/occlusion_query.txt + XXX: Need to write up vops + --> + + <!-- + GL_NV_fragment_program + http://oss.sgi.com/projects/ogl-sample/registry/NV/fragment_program.txt + XXX: Need to write up vops + --> + + <!-- + GL_OES_single_precision + http://oss.sgi.com/projects/ogl-sample/registry/OES/single_precision.txt + XXX: Need to write up vops + --> + +</xcb> diff --git a/libxcb/xcb-proto/src/randr.xml b/libxcb/xcb-proto/src/randr.xml new file mode 100644 index 000000000..4f0716f7c --- /dev/null +++ b/libxcb/xcb-proto/src/randr.xml @@ -0,0 +1,671 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Jeremy Kolb, Ian Osgood +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="randr" extension-xname="RANDR" extension-name="RandR" + major-version="1" minor-version="3"> + + <import>xproto</import> + <import>render</import> + + <!-- XIDs --> + <xidtype name="MODE" /> + <xidtype name="CRTC" /> + <xidtype name="OUTPUT" /> + + <!-- Errors --> + + <error name="BadOutput" number="0" /> + <error name="BadCrtc" number="1" /> + <error name="BadMode" number="2" /> + + <!-- Requests --> + + <enum name="Rotation"> + <item name="Rotate_0"> <bit>0</bit></item> + <item name="Rotate_90"> <bit>1</bit></item> + <item name="Rotate_180"><bit>2</bit></item> + <item name="Rotate_270"><bit>3</bit></item> + <item name="Reflect_X"> <bit>4</bit></item> + <item name="Reflect_Y"> <bit>5</bit></item> + </enum> + + <struct name="ScreenSize"> + <field type="CARD16" name="width" /> <!-- pixels --> + <field type="CARD16" name="height" /> + <field type="CARD16" name="mwidth" /> <!-- millimeters --> + <field type="CARD16" name="mheight" /> + </struct> + + <struct name="RefreshRates"> + <field type="CARD16" name="nRates" /> + <list type="CARD16" name="rates"> + <fieldref>nRates</fieldref> + </list> + </struct> + + <request name="QueryVersion" opcode="0"> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <!-- Skip obsolete opcode 1 so old clients fail immediately --> + + <enum name="SetConfig"> + <item name="Success"><value>0</value></item> + <item name="InvalidConfigTime"><value>1</value></item> + <item name="InvalidTime"><value>2</value></item> + <item name="Failed"><value>3</value></item> + </enum> + + <!-- This is for the 1.1 version request. I don't believe we need to specify a 1.0 request + as few things used randr 1.0. The only difference is the removal of refresh and padding I think. + BEWARE: the docs lie! + --> + <request name="SetScreenConfig" opcode="2"> + <field type="WINDOW" name="window" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="CARD16" name="sizeID" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <field type="CARD16" name="rate" /> + <pad bytes="2" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="new_timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="WINDOW" name="root" /> + <field type="CARD16" name="subpixel_order" enum="SubPixel" /> + <pad bytes="10" /> + </reply> + </request> + + <!-- opcode 3 is obsolete --> + + <enum name="NotifyMask" > + <item name="ScreenChange"> <bit>0</bit></item> + <!-- new in 1.2 --> + <item name="CrtcChange"> <bit>1</bit></item> + <item name="OutputChange"> <bit>2</bit></item> + <item name="OutputProperty"><bit>3</bit></item> + </enum> + + <request name="SelectInput" opcode="4"> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="enable" mask="NotifyMask" /> + <pad bytes="2" /> + </request> + + <!-- + I think this is correct. It works. though I believe nInfo is a bit high... + --> + <request name="GetScreenInfo" opcode="5"> + <field type="WINDOW" name="window" /> + <reply> + <field type="CARD8" name="rotations" mask="Rotation" /> + <field type="WINDOW" name="root" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="CARD16" name="nSizes" /> + <field type="CARD16" name="sizeID" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <field type="CARD16" name="rate" /> + <field type="CARD16" name="nInfo" /> + <pad bytes="2" /> + <list type="ScreenSize" name="sizes"> + <fieldref>nSizes</fieldref> + </list> + <list type="RefreshRates" name="rates"> + <op op="-"> + <fieldref>nInfo</fieldref> + <fieldref>nSizes</fieldref> + </op> + </list> + </reply> + </request> + + <!-- new in version 1.2 --> + + <request name="GetScreenSizeRange" opcode="6"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="min_width" /> + <field type="CARD16" name="min_height" /> + <field type="CARD16" name="max_width" /> + <field type="CARD16" name="max_height" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="SetScreenSize" opcode="7"> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="width" /> <!-- pixels --> + <field type="CARD16" name="height" /> + <field type="CARD32" name="mm_width" /> <!-- millimeters --> + <field type="CARD32" name="mm_height" /> + </request> + + <!-- for GetScreenResources.ModeInfo.ModeFlag --> + <enum name="ModeFlag"> + <item name="HsyncPositive"> <bit>0</bit></item> + <item name="HsyncNegative"> <bit>1</bit></item> + <item name="VsyncPositive"> <bit>2</bit></item> + <item name="VsyncNegative"> <bit>3</bit></item> + <item name="Interlace"> <bit>4</bit></item> + <item name="DoubleScan"> <bit>5</bit></item> + <item name="Csync"> <bit>6</bit></item> + <item name="CsyncPositive"> <bit>7</bit></item> + <item name="CsyncNegative"> <bit>8</bit></item> + <item name="HskewPresent"> <bit>9</bit></item> + <item name="Bcast"> <bit>10</bit></item> + <item name="PixelMultiplex"><bit>11</bit></item> + <item name="DoubleClock"> <bit>12</bit></item> + <item name="HalveClock"> <bit>13</bit></item> + </enum> + + <struct name="ModeInfo"> + <field type="CARD32" name="id" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="dot_clock" /> + <field type="CARD16" name="hsync_start" /> + <field type="CARD16" name="hsync_end" /> + <field type="CARD16" name="htotal" /> + <field type="CARD16" name="hskew" /> + <field type="CARD16" name="vsync_start" /> + <field type="CARD16" name="vsync_end" /> + <field type="CARD16" name="vtotal" /> + <field type="CARD16" name="name_len" /> + <field type="CARD32" name="mode_flags" mask="ModeFlag" /> + <!-- the mode name itself --> + </struct> + + <request name="GetScreenResources" opcode="8"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="CARD16" name="num_crtcs" /> + <field type="CARD16" name="num_outputs" /> + <field type="CARD16" name="num_modes" /> + <field type="CARD16" name="names_len" /> + <pad bytes="8" /> + <list type="CRTC" name="crtcs"> + <fieldref>num_crtcs</fieldref> + </list> + <list type="OUTPUT" name="outputs"> + <fieldref>num_outputs</fieldref> + </list> + <list type="ModeInfo" name="modes"> + <fieldref>num_modes</fieldref> + </list> + <!-- FIXME: this is *not* null separated! + One must use ModeInfo.name_len from each previous + ModeInfo to infer the position of the name. --> + <list type="BYTE" name="names"> + <fieldref>names_len</fieldref> + </list> + </reply> + </request> + + <!-- for GetOutputInfo.connection --> + <enum name="Connection"> + <item name="Connected" /> + <item name="Disconnected" /> + <item name="Unknown" /> + </enum> + + <request name="GetOutputInfo" opcode="9"> + <field type="OUTPUT" name="output" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CRTC" name="crtc" /> + <field type="CARD32" name="mm_width" /> <!-- millimeters --> + <field type="CARD32" name="mm_height" /> + <field type="CARD8" name="connection" enum="Connection" /> + <field type="CARD8" name="subpixel_order" enum="SubPixel" /> + <field type="CARD16" name="num_crtcs" /> + <field type="CARD16" name="num_modes" /> + <field type="CARD16" name="num_preferred" /> + <field type="CARD16" name="num_clones" /> + <field type="CARD16" name="name_len" /> + <list type="CRTC" name="crtcs"> + <fieldref>num_crtcs</fieldref> + </list> + <list type="MODE" name="modes"> + <fieldref>num_modes</fieldref> + </list> + <list type="OUTPUT" name="clones"> + <fieldref>num_clones</fieldref> + </list> + <list type="BYTE" name="name"> + <fieldref>name_len</fieldref> + </list> + </reply> + </request> + + <request name="ListOutputProperties" opcode="10"> + <field type="OUTPUT" name="output" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_atoms" /> + <pad bytes="22" /> + <list type="ATOM" name="atoms"> + <fieldref>num_atoms</fieldref> + </list> + </reply> + </request> + + <request name="QueryOutputProperty" opcode="11"> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="property" /> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="pending" /> + <field type="BOOL" name="range" /> + <field type="BOOL" name="immutable" /> + <pad bytes="21" /> + <list type="INT32" name="validValues"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="ConfigureOutputProperty" opcode="12"> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="property" /> + <field type="BOOL" name="pending" /> + <field type="BOOL" name="range" /> + <pad bytes="2" /> + <list type="INT32" name="values" /> + </request> + + <request name="ChangeOutputProperty" opcode="13"> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="property" /> + <field type="ATOM" name="type" /> + <field type="CARD8" name="format" /> + <field type="CARD8" name="mode" enum="PropMode" /> + <pad bytes="2" /> + <field type="CARD32" name="num_units" /> + <list type="void" name="data"> + <op op="/"> + <op op="*"> + <fieldref>num_units</fieldref> + <fieldref>format</fieldref> + </op> + <value>8</value> + </op> + </list> + </request> + + <request name="DeleteOutputProperty" opcode="14"> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="property" /> + </request> + + <!-- NOTE: num_items depends on format (8/16/32) --> + <request name="GetOutputProperty" opcode="15"> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="property" /> + <field type="ATOM" name="type" altenum="GetPropertyType" /> + <field type="CARD32" name="long_offset" /> + <field type="CARD32" name="long_length" /> + <field type="BOOL" name="delete" /> + <field type="BOOL" name="pending" /> + <pad bytes="2" /> + <reply> + <field type="CARD8" name="format" /> + <field type="ATOM" name="type" altenum="Atom" /> + <field type="CARD32" name="bytes_after" /> + <field type="CARD32" name="num_items" /> + <pad bytes="12" /> + <list type="BYTE" name="data"> + <!-- n * format / 8 --> + <op op="*"> + <fieldref>num_items</fieldref> + <op op="/"> + <fieldref>format</fieldref> + <value>8</value> + </op> + </op> + </list> + </reply> + </request> + + <request name="CreateMode" opcode="16"> + <field type="WINDOW" name="window" /> + <field type="ModeInfo" name="mode_info" /> + <list type="char" name="name" /> + <reply> + <pad bytes="1" /> + <field type="MODE" name="mode" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="DestroyMode" opcode="17"> + <field type="MODE" name="mode" /> + </request> + + <request name="AddOutputMode" opcode="18"> + <field type="OUTPUT" name="output" /> + <field type="MODE" name="mode" /> + </request> + + <request name="DeleteOutputMode" opcode="19"> + <field type="OUTPUT" name="output" /> + <field type="MODE" name="mode" /> + </request> + + <request name="GetCrtcInfo" opcode="20"> + <field type="CRTC" name="crtc" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="MODE" name="mode" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <field type="CARD16" name="rotations" mask="Rotation" /> + <field type="CARD16" name="num_outputs" /> + <field type="CARD16" name="num_possible_outputs" /> + <list type="OUTPUT" name="outputs"> + <fieldref>num_outputs</fieldref> + </list> + <list type="OUTPUT" name="possible"> + <fieldref>num_possible_outputs</fieldref> + </list> + </reply> + </request> + + <request name="SetCrtcConfig" opcode="21"> + <field type="CRTC" name="crtc" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="MODE" name="mode" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <pad bytes="2" /> + <list type="OUTPUT" name="outputs" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="timestamp" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="GetCrtcGammaSize" opcode="22"> + <field type="CRTC" name="crtc" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="size" /> + <pad bytes="22" /> + </reply> + </request> + + <request name="GetCrtcGamma" opcode="23"> + <field type="CRTC" name="crtc" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="size" /> + <pad bytes="22" /> + <list type="CARD16" name="red"> + <fieldref>size</fieldref> + </list> + <list type="CARD16" name="green"> + <fieldref>size</fieldref> + </list> + <list type="CARD16" name="blue"> + <fieldref>size</fieldref> + </list> + </reply> + </request> + + <request name="SetCrtcGamma" opcode="24"> + <field type="CRTC" name="crtc" /> + <field type="CARD16" name="size" /> + <pad bytes="2"/> + <list type="CARD16" name="red"> + <fieldref>size</fieldref> + </list> + <list type="CARD16" name="green"> + <fieldref>size</fieldref> + </list> + <list type="CARD16" name="blue"> + <fieldref>size</fieldref> + </list> + </request> + + <!-- new in 1.3 --> + + <request name="GetScreenResourcesCurrent" opcode="25"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="CARD16" name="num_crtcs" /> + <field type="CARD16" name="num_outputs" /> + <field type="CARD16" name="num_modes" /> + <field type="CARD16" name="names_len" /> + <pad bytes="8" /> + <list type="CRTC" name="crtcs"> + <fieldref>num_crtcs</fieldref> + </list> + <list type="OUTPUT" name="outputs"> + <fieldref>num_outputs</fieldref> + </list> + <list type="ModeInfo" name="modes"> + <fieldref>num_modes</fieldref> + </list> + <!-- FIXME: this is *not* null separated! + One must use ModeInfo.name_len from each previous + ModeInfo to infer the position of the name. --> + <list type="BYTE" name="names"> + <fieldref>names_len</fieldref> + </list> + </reply> + </request> + + <request name="SetCrtcTransform" opcode="26"> + <field type="CRTC" name="crtc" /> + <field type="TRANSFORM" name="transform" /> + <field type="CARD16" name="filter_len" /> + <pad bytes="2" /> + <list type="char" name="filter_name"> + <fieldref>filter_len</fieldref> + </list> + <list type="FIXED" name="filter_params" /> + </request> + + <request name="GetCrtcTransform" opcode="27"> + <field type="CRTC" name="crtc" /> + <reply> + <pad bytes="1" /> + <field type="TRANSFORM" name="pending_transform" /> + <field type="BOOL" name="has_transforms" /> + <pad bytes="3" /> + <field type="TRANSFORM" name="current_transform" /> + <pad bytes="4" /> + <field type="CARD16" name="pending_len" /> + <field type="CARD16" name="pending_nparams" /> + <field type="CARD16" name="current_len" /> + <field type="CARD16" name="current_nparams" /> + <list type="char" name="pending_filter_name" > + <fieldref>pending_len</fieldref> + </list> + <list type="FIXED" name="pending_params" > + <fieldref>pending_nparams</fieldref> + </list> + <list type="char" name="current_filter_name" > + <fieldref>current_len</fieldref> + </list> + <list type="FIXED" name="current_params" > + <fieldref>current_nparams</fieldref> + </list> + </reply> + </request> + + <request name="GetPanning" opcode="28"> + <field type="CRTC" name="crtc" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CARD16" name="left" /> + <field type="CARD16" name="top" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="track_left" /> + <field type="CARD16" name="track_top" /> + <field type="CARD16" name="track_width" /> + <field type="CARD16" name="track_height" /> + <field type="INT16" name="border_left" /> + <field type="INT16" name="border_top" /> + <field type="INT16" name="border_right" /> + <field type="INT16" name="border_bottom" /> + </reply> + </request> + + <request name="SetPanning" opcode="29"> + <field type="CRTC" name="crtc" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CARD16" name="left" /> + <field type="CARD16" name="top" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="track_left" /> + <field type="CARD16" name="track_top" /> + <field type="CARD16" name="track_width" /> + <field type="CARD16" name="track_height" /> + <field type="INT16" name="border_left" /> + <field type="INT16" name="border_top" /> + <field type="INT16" name="border_right" /> + <field type="INT16" name="border_bottom" /> + <reply> + <field type="CARD8" name="status" enum="SetConfig" /> + <field type="TIMESTAMP" name="timestamp" /> + </reply> + </request> + + <request name="SetOutputPrimary" opcode="30"> + <field type="WINDOW" name="window" /> + <field type="OUTPUT" name="output" /> + </request> + + <request name="GetOutputPrimary" opcode="31"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="OUTPUT" name="output" /> + </reply> + </request> + + <!-- Events --> + + <event name="ScreenChangeNotify" number="0"> + <field type="CARD8" name="rotation" mask="Rotation" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="request_window" /> + <field type="CARD16" name="sizeID" /> + <field type="CARD16" name="subpixel_order" enum="SubPixel" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="mwidth" /> + <field type="CARD16" name="mheight" /> + </event> + + <!-- New in version 1.2 --> + + <!-- subcode --> + <enum name="Notify" > + <item name="CrtcChange"> <value>0</value></item> + <item name="OutputChange"> <value>1</value></item> + <item name="OutputProperty"><value>2</value></item> + </enum> + + <struct name="CrtcChange"> + <field type="TIMESTAMP" name="timestamp" /> + <field type="WINDOW" name="window" /> + <field type="CRTC" name="crtc" /> + <field type="MODE" name="mode" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <pad bytes="2" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </struct> + + <struct name="OutputChange"> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> + <field type="WINDOW" name="window" /> + <field type="OUTPUT" name="output" /> + <field type="CRTC" name="crtc" /> + <field type="MODE" name="mode" /> + <field type="CARD16" name="rotation" mask="Rotation" /> + <field type="CARD8" name="connection" enum="Connection" /> + <field type="CARD8" name="subpixel_order" enum="SubPixel" /> + </struct> + + <struct name="OutputProperty"> + <field type="WINDOW" name="window" /> + <field type="OUTPUT" name="output" /> + <field type="ATOM" name="atom" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CARD8" name="status" enum="Property" /> + <pad bytes="11" /> + </struct> + + <union name="NotifyData"> + <field type="CrtcChange" name="cc" /> + <field type="OutputChange" name="oc" /> + <field type="OutputProperty" name="op" /> + </union> + + <event name="Notify" number="1"> + <field type="CARD8" name="subCode" enum="Notify" /> + <field type="NotifyData" name="u" /> + </event> +</xcb> diff --git a/libxcb/xcb-proto/src/record.xml b/libxcb/xcb-proto/src/record.xml new file mode 100644 index 000000000..74c16fe5b --- /dev/null +++ b/libxcb/xcb-proto/src/record.xml @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2005 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="record" extension-xname="RECORD" extension-name="Record" + major-version="1" minor-version="13"> + + <!-- Types --> + <xidtype name="CONTEXT" /> + + <struct name="Range8"> + <field type="CARD8" name="first" /> + <field type="CARD8" name="last" /> + </struct> + + <struct name="Range16"> + <field type="CARD16" name="first" /> + <field type="CARD16" name="last" /> + </struct> + + <struct name="ExtRange"> + <field type="Range8" name="major" /> + <field type="Range16" name="minor" /> + </struct> + + <struct name="Range"> + <field type="Range8" name="core_requests" /> + <field type="Range8" name="core_replies" /> + <field type="ExtRange" name="ext_requests" /> + <field type="ExtRange" name="ext_replies" /> + <field type="Range8" name="delivered_events" /> + <field type="Range8" name="device_events" /> + <field type="Range8" name="errors" /> + <field type="BOOL" name="client_started" /> + <field type="BOOL" name="client_died" /> + </struct> + + <typedef oldname="CARD8" newname="ElementHeader" /> + <enum name="HType"> + <item name="FromServerTime"><bit>0</bit></item> + <item name="FromClientTime"><bit>1</bit></item> + <item name="FromClientSequence"><bit>2</bit></item> + </enum> + + <typedef oldname="CARD32" newname="ClientSpec" /> + <enum name="CS"> + <item name="CurrentClients"><value>1</value></item> + <item name="FutureClients"><value>2</value></item> + <item name="AllClients"><value>3</value></item> + </enum> + + <struct name="ClientInfo"> + <field type="ClientSpec" name="client_resource" /> + <field type="CARD32" name="num_ranges" /> + <list type="Range" name="ranges"> + <fieldref>num_ranges</fieldref> + </list> + </struct> + + <!-- Errors --> + <error name="BadContext" number="0"> + <field type="CARD32" name="invalid_record" /> + </error> + + <!-- Requests --> + <request name="QueryVersion" opcode="0"> + <field type="CARD16" name="major_version" /> + <field type="CARD16" name="minor_version" /> + <reply> + <pad bytes="1"/> + <field type="CARD16" name="major_version" /> + <field type="CARD16" name="minor_version" /> + </reply> + </request> + + <request name="CreateContext" opcode="1"> + <field type="record:CONTEXT" name="context" /> + <field type="ElementHeader" name="element_header" /> + <pad bytes="3" /> + <field type="CARD32" name="num_client_specs" /> + <field type="CARD32" name="num_ranges" /> + <list type="ClientSpec" name="client_specs"> + <fieldref>num_client_specs</fieldref> + </list> + <list type="Range" name="ranges"> + <fieldref>num_ranges</fieldref> + </list> + </request> + + <request name="RegisterClients" opcode="2"> + <field type="record:CONTEXT" name="context" /> + <field type="ElementHeader" name="element_header" /> + <pad bytes="3" /> + <field type="CARD32" name="num_client_specs" /> + <field type="CARD32" name="num_ranges" /> + <list type="ClientSpec" name="client_specs"> + <fieldref>num_client_specs</fieldref> + </list> + <list type="Range" name="ranges"> + <fieldref>num_ranges</fieldref> + </list> + </request> + + <request name="UnregisterClients" opcode="3"> + <field type="record:CONTEXT" name="context" /> + <field type="CARD32" name="num_client_specs" /> + <list type="ClientSpec" name="client_specs"> + <fieldref>num_client_specs</fieldref> + </list> + </request> + + <request name="GetContext" opcode="4"> + <field type="record:CONTEXT" name="context" /> + <reply> + <field type="BOOL" name="enabled" /> + <field type="ElementHeader" name="element_header" /> + <pad bytes="3" /> + <field type="CARD32" name="num_intercepted_clients" /> + <pad bytes="16" /> + <list type="ClientInfo" name="intercepted_clients"> + <fieldref>num_intercepted_clients</fieldref> + </list> + </reply> + </request> + + <request name="EnableContext" opcode="5"> + <field type="record:CONTEXT" name="context" /> + <reply> + <field type="CARD8" name="category" /> + <field type="ElementHeader" name="element_header" /> + <field type="BOOL" name="client_swapped" /> + <pad bytes="2" /> + <field type="CARD32" name="xid_base" /> + <field type="CARD32" name="server_time" /> + <field type="CARD32" name="rec_sequence_num" /> + <pad bytes="8" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="DisableContext" opcode="6"> + <field type="record:CONTEXT" name="context" /> + </request> + + <request name="FreeContext" opcode="7"> + <field type="record:CONTEXT" name="context" /> + </request> + +</xcb> diff --git a/libxcb/xcb-proto/src/render.xml b/libxcb/xcb-proto/src/render.xml new file mode 100644 index 000000000..59cc8e0bb --- /dev/null +++ b/libxcb/xcb-proto/src/render.xml @@ -0,0 +1,568 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2002-2004 Carl D. Worth, Jamey Sharp, Bart Massey, Josh Triplett +All Rights Reserved. See the file COPYING in this directory +for licensing information. +--> +<xcb header="render" extension-xname="RENDER" extension-name="Render" + major-version="0" minor-version="10"> + <!-- supports version 0.10 --> + + <import>xproto</import> + + <enum name="PictType"> + <item name="Indexed" /> + <item name="Direct" /> + </enum> + + <enum name="Picture"> + <item name="None" /> + </enum> + + <!-- Disjoint* and Conjoint* are new in version 0.2 --> + <enum name="PictOp"> + <item name="Clear" /> + <item name="Src" /> + <item name="Dst" /> + <item name="Over" /> + <item name="OverReverse" /> + <item name="In" /> + <item name="InReverse" /> + <item name="Out" /> + <item name="OutReverse" /> + <item name="Atop" /> + <item name="AtopReverse" /> + <item name="Xor" /> + <item name="Add" /> + <item name="Saturate" /> + + <item name="DisjointClear"><value>16</value></item> + <item name="DisjointSrc" /> + <item name="DisjointDst" /> + <item name="DisjointOver" /> + <item name="DisjointOverReverse" /> + <item name="DisjointIn" /> + <item name="DisjointInReverse" /> + <item name="DisjointOut" /> + <item name="DisjointOutReverse" /> + <item name="DisjointAtop" /> + <item name="DisjointAtopReverse" /> + <item name="DisjointXor" /> + + <item name="ConjointClear"><value>32</value></item> + <item name="ConjointSrc" /> + <item name="ConjointDst" /> + <item name="ConjointOver" /> + <item name="ConjointOverReverse" /> + <item name="ConjointIn" /> + <item name="ConjointInReverse" /> + <item name="ConjointOut" /> + <item name="ConjointOutReverse" /> + <item name="ConjointAtop" /> + <item name="ConjointAtopReverse" /> + <item name="ConjointXor" /> + </enum> + + <enum name="PolyEdge"> + <item name="Sharp" /> + <item name="Smooth" /> + </enum> + + <enum name="PolyMode"> + <item name="Precise" /> + <item name="Imprecise" /> + </enum> + + <enum name="CP"> + <item name="Repeat"> <bit>0</bit></item> + <item name="AlphaMap"> <bit>1</bit></item> + <item name="AlphaXOrigin"> <bit>2</bit></item> + <item name="AlphaYOrigin"> <bit>3</bit></item> + <item name="ClipXOrigin"> <bit>4</bit></item> + <item name="ClipYOrigin"> <bit>5</bit></item> + <item name="ClipMask"> <bit>6</bit></item> + <item name="GraphicsExposure"><bit>7</bit></item> + <item name="SubwindowMode"> <bit>8</bit></item> + <item name="PolyEdge"> <bit>9</bit></item> + <item name="PolyMode"> <bit>10</bit></item> + <item name="Dither"> <bit>11</bit></item> + <item name="ComponentAlpha"> <bit>12</bit></item> + </enum> + + <enum name="SubPixel"> + <item name="Unknown" /> + <item name="HorizontalRGB" /> + <item name="HorizontalBGR" /> + <item name="VerticalRGB" /> + <item name="VerticalBGR" /> + <item name="None" /> + </enum> + + <!-- Extended repeat attributes introduced in 0.10 --> + <enum name="Repeat"> + <item name="None" /> + <item name="Normal" /> + <item name="Pad" /> + <item name="Reflect" /> + </enum> + + <typedef oldname="CARD32" newname="GLYPH" /> + <xidtype name="GLYPHSET" /> + + <xidtype name="PICTURE" /> + <xidtype name="PICTFORMAT" /> + + <typedef oldname="INT32" newname="FIXED" /> + + <error name="PictFormat" number="0" /> + <error name="Picture" number="1" /> + <error name="PictOp" number="2" /> + <error name="GlyphSet" number="3" /> + <error name="Glyph" number="4" /> + + <struct name="DIRECTFORMAT"> + <field type="CARD16" name="red_shift" /> + <field type="CARD16" name="red_mask" /> + <field type="CARD16" name="green_shift" /> + <field type="CARD16" name="green_mask" /> + <field type="CARD16" name="blue_shift" /> + <field type="CARD16" name="blue_mask" /> + <field type="CARD16" name="alpha_shift" /> + <field type="CARD16" name="alpha_mask" /> + </struct> + + <struct name="PICTFORMINFO"> + <field type="PICTFORMAT" name="id" /> + <field type="CARD8" name="type" enum="PictType" /> + <field type="CARD8" name="depth" /> + <pad bytes="2" /> + <field type="DIRECTFORMAT" name="direct" /> + <field type="COLORMAP" name="colormap" /> + </struct> + + <struct name="PICTVISUAL"> + <field type="VISUALID" name="visual" /> + <field type="PICTFORMAT" name="format" /> + </struct> + + <struct name="PICTDEPTH"> + <field type="CARD8" name="depth" /> + <pad bytes="1" /> + <field type="CARD16" name="num_visuals" /> + <pad bytes="4" /> + <list type="PICTVISUAL" name="visuals"> + <fieldref>num_visuals</fieldref> + </list> + </struct> + + <struct name="PICTSCREEN"> + <field type="CARD32" name="num_depths" /> + <field type="PICTFORMAT" name="fallback" /> + <list type="PICTDEPTH" name="depths"> + <fieldref>num_depths</fieldref> + </list> + </struct> + + <struct name="INDEXVALUE"> + <field type="CARD32" name="pixel" /> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <field type="CARD16" name="alpha" /> + </struct> + + <struct name="COLOR"> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <field type="CARD16" name="alpha" /> + </struct> + + <struct name="POINTFIX"> + <field type="FIXED" name="x" /> + <field type="FIXED" name="y" /> + </struct> + + <struct name="LINEFIX"> + <field type="POINTFIX" name="p1" /> + <field type="POINTFIX" name="p2" /> + </struct> + + <struct name="TRIANGLE"> + <field type="POINTFIX" name="p1" /> + <field type="POINTFIX" name="p2" /> + <field type="POINTFIX" name="p3" /> + </struct> + + <struct name="TRAPEZOID"> + <field type="FIXED" name="top" /> + <field type="FIXED" name="bottom" /> + <field type="LINEFIX" name="left" /> + <field type="LINEFIX" name="right" /> + </struct> + + <struct name="GLYPHINFO"> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="INT16" name="x_off" /> + <field type="INT16" name="y_off" /> + </struct> + + + <request name="QueryVersion" opcode="0"> + <field type="CARD32" name="client_major_version" /> + <field type="CARD32" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <request name="QueryPictFormats" opcode="1"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_formats" /> + <field type="CARD32" name="num_screens" /> + <field type="CARD32" name="num_depths" /> + <field type="CARD32" name="num_visuals" /> + <field type="CARD32" name="num_subpixel" /> <!-- new in version 0.6 --> + <pad bytes="4" /> + <list type="PICTFORMINFO" name="formats"> + <fieldref>num_formats</fieldref> + </list> + <list type="PICTSCREEN" name="screens"> + <fieldref>num_screens</fieldref> + </list> + <list type="CARD32" name="subpixels" enum="SubPixel" > + <fieldref>num_subpixel</fieldref> + </list> + </reply> + </request> + + <!-- from version 0.7 --> + <request name="QueryPictIndexValues" opcode="2"> + <field type="PICTFORMAT" name="format" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_values" /> + <pad bytes="20" /> + <list type="INDEXVALUE" name="values"> + <fieldref>num_values</fieldref> + </list> + </reply> + </request> + + <!-- opcode 3 reserved for QueryDithers --> + + <request name="CreatePicture" opcode="4"> + <field type="PICTURE" name="pid" /> + <field type="DRAWABLE" name="drawable" /> + <field type="PICTFORMAT" name="format" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="ChangePicture" opcode="5"> + <field type="PICTURE" name="picture" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="SetPictureClipRectangles" opcode="6"> + <field type="PICTURE" name="picture" /> + <field type="INT16" name="clip_x_origin" /> + <field type="INT16" name="clip_y_origin" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="FreePicture" opcode="7"> + <field type="PICTURE" name="picture" /> + </request> + + <request name="Composite" opcode="8"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="mask" altenum="Picture" /> + <field type="PICTURE" name="dst" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="INT16" name="mask_x" /> + <field type="INT16" name="mask_y" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </request> + + <!-- opcode 9 reserved for Scale --> + + <request name="Trapezoids" opcode="10"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="TRAPEZOID" name="traps" /> + </request> + + <request name="Triangles" opcode="11"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="TRIANGLE" name="triangles" /> + </request> + + <request name="TriStrip" opcode="12"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="POINTFIX" name="points" /> + </request> + + <request name="TriFan" opcode="13"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="POINTFIX" name="points" /> + </request> + + <!-- opcode 14 reserved for ColorTrapezoids --> + + <!-- opcode 15 reserved for ColorTriangles --> + + <!-- opcode 16 reserved for Transform --> + + <request name="CreateGlyphSet" opcode="17"> + <field type="GLYPHSET" name="gsid" /> + <field type="PICTFORMAT" name="format" /> + </request> + + <request name="ReferenceGlyphSet" opcode="18"> + <field type="GLYPHSET" name="gsid" /> + <field type="GLYPHSET" name="existing" /> + </request> + + <request name="FreeGlyphSet" opcode="19"> + <field type="GLYPHSET" name="glyphset" /> + </request> + + <request name="AddGlyphs" opcode="20"> + <field type="GLYPHSET" name="glyphset" /> + <field type="CARD32" name="glyphs_len" /> + <list type="CARD32" name="glyphids"> + <fieldref>glyphs_len</fieldref> + </list> + <list type="GLYPHINFO" name="glyphs"> + <fieldref>glyphs_len</fieldref> + </list> + <list type="BYTE" name="data" /> + </request> + + <!-- opcode 21 reserved for AddGlyphsFromPicture --> + + <request name="FreeGlyphs" opcode="22"> + <field type="GLYPHSET" name="glyphset" /> + <list type="GLYPH" name="glyphs" /> + </request> + + <request name="CompositeGlyphs8" opcode="23"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="GLYPHSET" name="glyphset" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="BYTE" name="glyphcmds" /> + </request> + + <request name="CompositeGlyphs16" opcode="24"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="GLYPHSET" name="glyphset" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="BYTE" name="glyphcmds" /> + </request> + + <request name="CompositeGlyphs32" opcode="25"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="src" /> + <field type="PICTURE" name="dst" /> + <field type="PICTFORMAT" name="mask_format" /> + <field type="GLYPHSET" name="glyphset" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <list type="BYTE" name="glyphcmds" /> + </request> + + <!-- new in version 0.1 --> + + <request name="FillRectangles" opcode="26"> + <field type="CARD8" name="op" enum="PictOp" /> + <pad bytes="3" /> + <field type="PICTURE" name="dst" /> + <field type="COLOR" name="color" /> + <list type="RECTANGLE" name="rects" /> + </request> + + <!-- new in version 0.5 --> + + <request name="CreateCursor" opcode="27"> + <field type="CURSOR" name="cid" /> + <field type="PICTURE" name="source" /> + <field type="CARD16" name="x" /> + <field type="CARD16" name="y" /> + </request> + + <!-- new in version 0.6 --> + + <struct name="TRANSFORM"> + <field type="FIXED" name="matrix11" /> + <field type="FIXED" name="matrix12" /> + <field type="FIXED" name="matrix13" /> + <field type="FIXED" name="matrix21" /> + <field type="FIXED" name="matrix22" /> + <field type="FIXED" name="matrix23" /> + <field type="FIXED" name="matrix31" /> + <field type="FIXED" name="matrix32" /> + <field type="FIXED" name="matrix33" /> + </struct> + + <request name="SetPictureTransform" opcode="28"> + <field type="PICTURE" name="picture" /> + <field type="TRANSFORM" name="transform" /> + </request> + + <request name="QueryFilters" opcode="29"> + <field type="DRAWABLE" name="drawable" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_aliases" /> + <field type="CARD32" name="num_filters" /> + <pad bytes="16" /> + <list type="CARD16" name="aliases"> + <fieldref>num_aliases</fieldref> + </list> + <list type="STR" name="filters"> + <fieldref>num_filters</fieldref> + </list> + </reply> + </request> + + <request name="SetPictureFilter" opcode="30"> + <field type="PICTURE" name="picture" /> + <field type="CARD16" name="filter_len" /> + <pad bytes="2" /> + <list type="char" name="filter"> + <fieldref>filter_len</fieldref> + </list> + <list type="FIXED" name="values" /> + </request> + + <!-- new in version 0.8 --> + + <struct name="ANIMCURSORELT"> + <field type="CURSOR" name="cursor" /> + <field type="CARD32" name="delay" /> + </struct> + + <request name="CreateAnimCursor" opcode="31"> + <field type="CURSOR" name="cid" /> + <list type="ANIMCURSORELT" name="cursors" /> + </request> + + <!-- new in version 0.9 --> + + <struct name="SPANFIX"> + <field type="FIXED" name="l" /> + <field type="FIXED" name="r" /> + <field type="FIXED" name="y" /> + </struct> + + <struct name="TRAP"> + <field type="SPANFIX" name="top" /> + <field type="SPANFIX" name="bot" /> + </struct> + + <request name="AddTraps" opcode="32"> + <field type="PICTURE" name="picture" /> + <field type="INT16" name="x_off" /> + <field type="INT16" name="y_off" /> + <list type="TRAP" name="traps" /> + </request> + + <!-- new in version 0.10 --> + + <request name="CreateSolidFill" opcode="33"> + <field type="PICTURE" name="picture" /> + <field type="COLOR" name="color" /> + </request> + + <request name="CreateLinearGradient" opcode="34"> + <field type="PICTURE" name="picture" /> + <field type="POINTFIX" name="p1" /> + <field type="POINTFIX" name="p2" /> + <field type="CARD32" name="num_stops" /> + <list type="FIXED" name="stops"> + <fieldref>num_stops</fieldref> + </list> + <list type="COLOR" name="colors"> + <fieldref>num_stops</fieldref> + </list> + </request> + + <request name="CreateRadialGradient" opcode="35"> + <field type="PICTURE" name="picture" /> + <field type="POINTFIX" name="inner" /> + <field type="POINTFIX" name="outer" /> + <field type="FIXED" name="inner_radius" /> + <field type="FIXED" name="outer_radius" /> + <field type="CARD32" name="num_stops" /> + <list type="FIXED" name="stops"> + <fieldref>num_stops</fieldref> + </list> + <list type="COLOR" name="colors"> + <fieldref>num_stops</fieldref> + </list> + </request> + + <request name="CreateConicalGradient" opcode="36"> + <field type="PICTURE" name="picture" /> + <field type="POINTFIX" name="center" /> + <field type="FIXED" name="angle" /> <!-- degrees --> + <field type="CARD32" name="num_stops" /> + <list type="FIXED" name="stops"> + <fieldref>num_stops</fieldref> + </list> + <list type="COLOR" name="colors"> + <fieldref>num_stops</fieldref> + </list> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/res.xml b/libxcb/xcb-proto/src/res.xml new file mode 100644 index 000000000..d758d893b --- /dev/null +++ b/libxcb/xcb-proto/src/res.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Jeremy Kolb +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="res" extension-xname="X-Resource" extension-name="Res" + major-version="1" minor-version="0"> + <import>xproto</import> + + <struct name="Client"> + <field type="CARD32" name="resource_base" /> + <field type="CARD32" name="resource_mask" /> + </struct> + + <struct name="Type"> + <field type="ATOM" name="resource_type" /> + <field type="CARD32" name="count" /> + </struct> + + <request name="QueryVersion" opcode="0"> + <field type="CARD8" name="client_major" /> + <field type="CARD8" name="client_minor" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major" /> + <field type="CARD16" name="server_minor" /> + </reply> + </request> + + <request name="QueryClients" opcode="1"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_clients" /> + <pad bytes="20" /> + <list type="Client" name="clients"> + <fieldref>num_clients</fieldref> + </list> + </reply> + </request> + + <request name="QueryClientResources" opcode="2"> + <field type="CARD32" name="xid" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_types" /> + <pad bytes="20" /> + <list type="Type" name="types"> + <fieldref>num_types</fieldref> + </list> + </reply> + </request> + + <request name="QueryClientPixmapBytes" opcode="3"> + <field type="CARD32" name="xid" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="bytes" /> + <field type="CARD32" name="bytes_overflow" /> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/screensaver.xml b/libxcb/xcb-proto/src/screensaver.xml new file mode 100644 index 000000000..9c7bccb08 --- /dev/null +++ b/libxcb/xcb-proto/src/screensaver.xml @@ -0,0 +1,128 @@ +<!-- + +Copyright (C) 2005 Vincent Torri. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- +Screen Saver Extension to the X Protocol +Draft Standard Version 1.1 +--> +<xcb header="screensaver" extension-xname="MIT-SCREEN-SAVER" extension-name="ScreenSaver" major-version="1" minor-version="1"> + + <!-- Types --> + + <import>xproto</import> + + <enum name="Kind"> + <item name="Blanked" /> + <item name="Internal" /> + <item name="External" /> + </enum> + + <enum name="Event"> + <item name="NotifyMask"><bit>0</bit></item> + <item name="CycleMask"> <bit>1</bit></item> + </enum> + + <enum name="State"> + <item name="Off" /> + <item name="On" /> + <item name="Cycle" /> + <item name="Disabled" /> + </enum> + + <!-- Errors --> + <!-- Requests --> + <request name="QueryVersion" opcode="0"> + <field type="CARD8" name="client_major_version"/> + <field type="CARD8" name="client_minor_version"/> + <pad bytes="2"/> + <reply> + <pad bytes="1"/> + <field type="CARD16" name="server_major_version"/> + <field type="CARD16" name="server_minor_version"/> + <pad bytes="20"/> + </reply> + </request> + + <request name="QueryInfo" opcode="1"> + <field type="DRAWABLE" name="drawable"/> + <reply> + <field type="CARD8" name="state"/> + <field type="WINDOW" name="saver_window"/> + <field type="CARD32" name="ms_until_server"/> + <field type="CARD32" name="ms_since_user_input"/> + <field type="CARD32" name="event_mask" /> + <field type="BYTE" name="kind"/> <!-- enum Kind --> + <pad bytes="7"/> + </reply> + </request> + + <request name="SelectInput" opcode="2"> + <field type="DRAWABLE" name="drawable"/> + <field type="CARD32" name="event_mask" /> <!-- enum Event --> + </request> + + <request name="SetAttributes" opcode="3"> + <field type="DRAWABLE" name="drawable"/> + <field type="INT16" name="x"/> + <field type="INT16" name="y"/> + <field type="CARD16" name="width"/> + <field type="CARD16" name="height"/> + <field type="CARD16" name="border_width"/> + <field type="BYTE" name="class"/> <!-- enum XCBWindowClass --> + <field type="CARD8" name="depth"/> + <field type="VISUALID" name="visual"/> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="UnsetAttributes" opcode="4"> + <field type="DRAWABLE" name="drawable"/> + </request> + + <!-- version 1.1 --> + <request name="Suspend" opcode="5"> + <field type="BOOL" name="suspend" /> + <pad bytes="3" /> + </request> + + <!-- Events --> + + <event name="Notify" number="0"> + <field type="CARD8" name="code"/> + <field type="BYTE" name="state"/> <!-- enum State --> + <pad bytes="1" /> + <field type="CARD16" name="sequence_number"/> + <field type="TIMESTAMP" name="time"/> + <field type="WINDOW" name="root"/> + <field type="WINDOW" name="window"/> + <field type="BYTE" name="kind"/> <!-- enum Kind --> + <field type="BOOL" name="forced"/> + <pad bytes="14"/> + </event> + +</xcb> diff --git a/libxcb/xcb-proto/src/shape.xml b/libxcb/xcb-proto/src/shape.xml new file mode 100644 index 000000000..8d76de887 --- /dev/null +++ b/libxcb/xcb-proto/src/shape.xml @@ -0,0 +1,154 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2001-2004 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- This file describes version 1.1 of the Shape extension. --> +<xcb header="shape" extension-xname="SHAPE" extension-name="Shape" major-version="1" minor-version="1"> + <import>xproto</import> + + <typedef oldname="CARD8" newname="OP" /> + <typedef oldname="CARD8" newname="KIND" /> + + <!-- Shape attributes of type OP. --> + <enum name="SO"> + <item name="Set" /> + <item name="Union" /> + <item name="Intersect" /> + <item name="Subtract" /> + <item name="Invert" /> + </enum> + + <!-- Shape attributes of type KIND. --> + <enum name="SK"> + <item name="Bounding" /> + <item name="Clip" /> + <item name="Input" /> <!-- added in version 1.1 --> + </enum> + + <event name="Notify" number="0"> + <field type="KIND" name="shape_kind" enum="SK" /> + <field type="WINDOW" name="affected_window" /> + <field type="INT16" name="extents_x" /> + <field type="INT16" name="extents_y" /> + <field type="CARD16" name="extents_width" /> + <field type="CARD16" name="extents_height" /> + <field type="TIMESTAMP" name="server_time" /> + <field type="BOOL" name="shaped" /> + <pad bytes="11" /> + </event> + + <request name="QueryVersion" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="major_version" /> + <field type="CARD16" name="minor_version" /> + </reply> + </request> + + <request name="Rectangles" opcode="1"> + <field type="OP" name="operation" enum="SO" /> + <field type="KIND" name="destination_kind" enum="SK" /> + <field type="BYTE" name="ordering" enum="ClipOrdering" /> + <pad bytes="1" /> + <field type="WINDOW" name="destination_window" /> + <field type="INT16" name="x_offset" /> + <field type="INT16" name="y_offset" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="Mask" opcode="2"> + <field type="OP" name="operation" enum="SO" /> + <field type="KIND" name="destination_kind" enum="SK" /> + <pad bytes="2" /> + <field type="WINDOW" name="destination_window" /> + <field type="INT16" name="x_offset" /> + <field type="INT16" name="y_offset" /> + <field type="PIXMAP" name="source_bitmap" altenum="Pixmap" /> + </request> + + <request name="Combine" opcode="3"> + <field type="OP" name="operation" enum="SO" /> + <field type="KIND" name="destination_kind" enum="SK" /> + <field type="KIND" name="source_kind" enum="SK" /> + <pad bytes="1" /> + <field type="WINDOW" name="destination_window" /> + <field type="INT16" name="x_offset" /> + <field type="INT16" name="y_offset" /> + <field type="WINDOW" name="source_window" /> + </request> + + <request name="Offset" opcode="4"> + <field type="KIND" name="destination_kind" enum="SK" /> + <pad bytes="3" /> + <field type="WINDOW" name="destination_window" /> + <field type="INT16" name="x_offset" /> + <field type="INT16" name="y_offset" /> + </request> + + <request name="QueryExtents" opcode="5"> + <field type="WINDOW" name="destination_window" /> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="bounding_shaped" /> + <field type="BOOL" name="clip_shaped" /> + <pad bytes="2" /> + <field type="INT16" name="bounding_shape_extents_x" /> + <field type="INT16" name="bounding_shape_extents_y" /> + <field type="CARD16" name="bounding_shape_extents_width" /> + <field type="CARD16" name="bounding_shape_extents_height" /> + <field type="INT16" name="clip_shape_extents_x" /> + <field type="INT16" name="clip_shape_extents_y" /> + <field type="CARD16" name="clip_shape_extents_width" /> + <field type="CARD16" name="clip_shape_extents_height" /> + </reply> + </request> + + <request name="SelectInput" opcode="6"> + <field type="WINDOW" name="destination_window" /> + <field type="BOOL" name="enable" /> + <pad bytes="3" /> + </request> + + <request name="InputSelected" opcode="7"> + <field type="WINDOW" name="destination_window" /> + <reply> + <field type="BOOL" name="enabled" /> + </reply> + </request> + + <request name="GetRectangles" opcode="8"> + <field type="WINDOW" name="window" /> + <field type="KIND" name="source_kind" enum="SK" /> + <pad bytes="3" /> + <reply> + <field type="BYTE" name="ordering" enum="ClipOrdering" /> + <field type="CARD32" name="rectangles_len" /> + <list type="RECTANGLE" name="rectangles"> + <fieldref>rectangles_len</fieldref> + </list> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/shm.xml b/libxcb/xcb-proto/src/shm.xml new file mode 100644 index 000000000..adda50957 --- /dev/null +++ b/libxcb/xcb-proto/src/shm.xml @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2001-2004 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="shm" extension-xname="MIT-SHM" extension-name="Shm" + major-version="1" minor-version="1"> + <import>xproto</import> + + <xidtype name="SEG" /> + + <event name="Completion" number="0"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="minor_event" /> + <field type="BYTE" name="major_event" /> + <pad bytes="1" /> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="offset" /> + </event> + + <errorcopy name="BadSeg" number="0" ref="Value" /> + + <request name="QueryVersion" opcode="0"> + <reply> + <field type="BOOL" name="shared_pixmaps" /> + <field type="CARD16" name="major_version" /> + <field type="CARD16" name="minor_version" /> + <field type="CARD16" name="uid" /> + <field type="CARD16" name="gid" /> + <field type="CARD8" name="pixmap_format" /> + <pad bytes="15" /> + </reply> + </request> + + <request name="Attach" opcode="1"> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="shmid" /> + <field type="BOOL" name="read_only" /> + <pad bytes="3" /> + </request> + + <request name="Detach" opcode="2"> + <field type="SEG" name="shmseg" /> + </request> + + <request name="PutImage" opcode="3"> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="CARD16" name="total_width" /> + <field type="CARD16" name="total_height" /> + <field type="CARD16" name="src_x" /> + <field type="CARD16" name="src_y" /> + <field type="CARD16" name="src_width" /> + <field type="CARD16" name="src_height" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + <field type="CARD8" name="depth" /> + <field type="CARD8" name="format" /> + <field type="CARD8" name="send_event" /> + <pad bytes="1" /> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="offset" /> + </request> + + <request name="GetImage" opcode="4"> + <field type="DRAWABLE" name="drawable" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="plane_mask" /> + <field type="CARD8" name="format" /> + <pad bytes="3" /> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="offset" /> + <reply> + <field type="CARD8" name="depth" /> + <field type="VISUALID" name="visual" /> + <field type="CARD32" name="size" /> + </reply> + </request> + + <request name="CreatePixmap" opcode="5"> + <field type="PIXMAP" name="pid" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD8" name="depth" /> + <pad bytes="3" /> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="offset" /> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/sync.xml b/libxcb/xcb-proto/src/sync.xml new file mode 100644 index 000000000..e30923325 --- /dev/null +++ b/libxcb/xcb-proto/src/sync.xml @@ -0,0 +1,196 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Mikko Torni and Josh Triplett. +All Rights Reserved. See the file COPYING in this directory +for licensing information. +--> +<xcb header="sync" extension-xname="SYNC" extension-name="Sync" + major-version="3" minor-version="0"> + <import>xproto</import> + + <xidtype name="ALARM" /> + + <enum name="ALARMSTATE"> + <item name="Active" /> + <item name="Inactive" /> + <item name="Destroyed" /> + </enum> + + <xidtype name="COUNTER" /> + + <enum name="TESTTYPE"> + <item name="PositiveTransition" /> + <item name="NegativeTransition" /> + <item name="PositiveComparison" /> + <item name="NegativeComparison" /> + </enum> + + <enum name="VALUETYPE"> + <item name="Absolute" /> + <item name="Relative" /> + </enum> + + <enum name="CA"> + <item name="Counter"> <bit>0</bit></item> + <item name="ValueType"><bit>1</bit></item> + <item name="Value"> <bit>2</bit></item> + <item name="TestType"> <bit>3</bit></item> + <item name="Delta"> <bit>4</bit></item> + <item name="Events"> <bit>5</bit></item> + </enum> + + <struct name="INT64"> + <field type="INT32" name="hi" /> + <field type="CARD32" name="lo" /> + </struct> + + <struct name="SYSTEMCOUNTER"> + <field type="COUNTER" name="counter" /> + <field type="INT64" name="resolution" /> + <field type="CARD16" name="name_len" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </struct> + + <struct name="TRIGGER"> + <field type="COUNTER" name="counter" /> + <field type="CARD32" name="wait_type" enum="VALUETYPE" /> + <field type="INT64" name="wait_value" /> + <field type="CARD32" name="test_type" enum="TESTTYPE" /> + </struct> + + <struct name="WAITCONDITION"> + <field type="TRIGGER" name="trigger" /> + <field type="INT64" name="event_threshold" /> + </struct> + + <error name="Counter" number="0"> + <field type="CARD32" name="bad_counter" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + </error> + + <error name="Alarm" number="1"> + <field type="CARD32" name="bad_alarm" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + </error> + + <request name="Initialize" opcode="0"> + <field type="CARD8" name="desired_major_version" /> + <field type="CARD8" name="desired_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="major_version" /> + <field type="CARD8" name="minor_version" /> + <pad bytes="22" /> + </reply> + </request> + + <request name="ListSystemCounters" opcode="1"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="counters_len" /> + <pad bytes="20" /> + <list type="SYSTEMCOUNTER" name="counters"> + <fieldref>counters_len</fieldref> + </list> + </reply> + </request> + + <request name="CreateCounter" opcode="2"> + <field type="COUNTER" name="id" /> + <field type="INT64" name="initial_value" /> + </request> + + <request name="DestroyCounter" opcode="6"> + <field type="COUNTER" name="counter" /> + </request> + + <request name="QueryCounter" opcode="5"> + <field type="COUNTER" name="counter" /> + <reply> + <pad bytes="1" /> + <field type="INT64" name="counter_value" /> + </reply> + </request> + + <request name="Await" opcode="7"> + <list type="WAITCONDITION" name="wait_list" /> + </request> + + <request name="ChangeCounter" opcode="4"> + <field type="COUNTER" name="counter" /> + <field type="INT64" name="amount" /> + </request> + + <request name="SetCounter" opcode="3"> + <field type="COUNTER" name="counter" /> + <field type="INT64" name="value" /> + </request> + + <request name="CreateAlarm" opcode="8"> + <field type="ALARM" name="id" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="ChangeAlarm" opcode="9"> + <field type="ALARM" name="id" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="DestroyAlarm" opcode="11"> + <field type="ALARM" name="alarm" /> + </request> + + <request name="QueryAlarm" opcode="10"> + <field type="ALARM" name="alarm" /> + <reply> + <pad bytes="1" /> + <field type="TRIGGER" name="trigger" /> + <field type="INT64" name="delta" /> + <field type="BOOL" name="events" /> + <field type="CARD8" name="state" enum="ALARMSTATE" /> + <pad bytes="2" /> + </reply> + </request> + + <request name="SetPriority" opcode="12"> + <field type="CARD32" name="id" /> + <field type="INT32" name="priority" /> + </request> + + <request name="GetPriority" opcode="13"> + <field type="CARD32" name="id" /> + <reply> + <pad bytes="1" /> + <field type="INT32" name="priority" /> + </reply> + </request> + + <event name="CounterNotify" number="0"> + <field type="CARD8" name="kind" /> + <field type="COUNTER" name="counter" /> + <field type="INT64" name="wait_value" /> + <field type="INT64" name="counter_value" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CARD16" name="count" /> + <field type="BOOL" name="destroyed" /> + <pad bytes="1" /> + </event> + + <event name="AlarmNotify" number="1"> + <field type="CARD8" name="kind" /> + <field type="ALARM" name="alarm" /> + <field type="INT64" name="counter_value" /> + <field type="INT64" name="alarm_value" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="CARD8" name="state" enum="ALARMSTATE" /> + <pad bytes="3" /> + </event> +</xcb> diff --git a/libxcb/xcb-proto/src/xc_misc.xml b/libxcb/xcb-proto/src/xc_misc.xml new file mode 100644 index 000000000..139ca22f0 --- /dev/null +++ b/libxcb/xcb-proto/src/xc_misc.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Mikko Torni and Josh Triplett. +All Rights Reserved. See the file COPYING in this directory +for licensing information. +--> +<xcb header="xc_misc" extension-xname="XC-MISC" extension-name="XCMisc" + extension-multiword="true" major-version="1" minor-version="1"> + <request name="GetVersion" opcode="0"> + <field type="CARD16" name="client_major_version" /> + <field type="CARD16" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major_version" /> + <field type="CARD16" name="server_minor_version" /> + </reply> + </request> + + <request name="GetXIDRange" opcode="1"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="start_id" /> + <field type="CARD32" name="count" /> + </reply> + </request> + + <request name="GetXIDList" opcode="2"> + <field type="CARD32" name="count" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="ids_len" /> + <pad bytes="20" /> + <list type="CARD32" name="ids"> + <fieldref>ids_len</fieldref> + </list> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/xcb.xsd b/libxcb/xcb-proto/src/xcb.xsd new file mode 100644 index 000000000..54a73705e --- /dev/null +++ b/libxcb/xcb-proto/src/xcb.xsd @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Josh Triplett. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + + <!-- The root element --> + <xsd:element name="xcb"> + <xsd:complexType> + <xsd:group ref="macro" minOccurs="0" maxOccurs="unbounded" /> + <xsd:attribute name="header" type="xsd:string" use="required" /> + <xsd:attribute name="extension-xname" type="xsd:string" use="optional" /> + <xsd:attribute name="extension-name" type="xsd:string" use="optional" /> + <xsd:attribute name="extension-multiword" type="xsd:boolean" use="optional" default="false" /> + <xsd:attribute name="major-version" type="xsd:integer" use="optional" /> + <xsd:attribute name="minor-version" type="xsd:integer" use="optional" /> + </xsd:complexType> + </xsd:element> + + <!-- Padding --> + <xsd:element name="pad"> + <xsd:complexType> + <xsd:attribute name="bytes" type="xsd:integer" use="required" /> + </xsd:complexType> + </xsd:element> + + <!-- Type for fields or parameters with attributes "name" and "type" --> + <xsd:complexType name="var"> + <xsd:attribute name="name" type="xsd:string" use="required" /> + <xsd:attribute name="type" type="xsd:string" use="required" /> + <xsd:attribute name="enum" type="xsd:string" use="optional" /> + <xsd:attribute name="altenum" type="xsd:string" use="optional" /> + <xsd:attribute name="mask" type="xsd:string" use="optional" /> + </xsd:complexType> + + <!-- field replaces FIELD, PARAM, and REPLY. --> + <xsd:element name="field" type="var" /> + + <!-- list replaces ARRAYFIELD, LISTPARAM, and ARRAYREPLY. The name and type + are specified as attributes. The content is an expression giving the + length. --> + <xsd:element name="list"> + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="var"> + <xsd:group ref="expression" minOccurs="0" maxOccurs="1" /> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + + <!-- Expressions --> + <xsd:group name="expression"> + <xsd:choice> + <xsd:element name="op"> + <xsd:complexType> + <xsd:sequence> + <xsd:group ref="expression" /> + <xsd:group ref="expression" /> + </xsd:sequence> + <xsd:attribute name="op" use="required"> + <xsd:simpleType> + <xsd:restriction base="xsd:string"> + <xsd:pattern value="\+|-|\*|/|&|<<" /> + </xsd:restriction> + </xsd:simpleType> + </xsd:attribute> + </xsd:complexType> + </xsd:element> + <xsd:element name="fieldref" type="xsd:string" /> + <xsd:element name="value" type="dec-or-hex-integer" /> + <xsd:element name="bit" type="xsd:integer" /> + </xsd:choice> + </xsd:group> + + <!-- Fields in requests that are calculated from other information, not + supplied by the caller. --> + <xsd:element name="exprfield" > + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="var"> + <xsd:group ref="expression" /> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + + <!-- BITMASK/LISTofVALUE parameter pairs. --> + <xsd:element name="valueparam"> + <xsd:complexType> + <xsd:attribute name="value-mask-type" type="xsd:string" use="required" /> + <xsd:attribute name="value-mask-name" type="xsd:string" use="required" /> + <!-- This pad is currently needed only by ConfigureWindow. Sigh. --> + <xsd:attribute name="value-mask-pad" type="xsd:integer" use="optional" /> + <xsd:attribute name="value-list-name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + + <xsd:group name="fields"> + <xsd:choice> + <xsd:element ref="pad" /> + <xsd:element ref="field" /> + <xsd:element ref="list" /> + </xsd:choice> + </xsd:group> + + <!-- Type for a structure --> + <xsd:complexType name="struct"> + <xsd:group ref="fields" minOccurs="1" maxOccurs="unbounded" /> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + + <!-- Type for a packet structure --> + <xsd:complexType name="packet-struct"> + <xsd:group ref="fields" minOccurs="0" maxOccurs="unbounded" /> + <xsd:attribute name="name" type="xsd:string" use="required" /> + <xsd:attribute name="number" type="xsd:integer" use="required" /> + </xsd:complexType> + + <!-- Type for a packet structure copy --> + <xsd:complexType name="packet-struct-copy"> + <xsd:attribute name="name" type="xsd:string" use="required" /> + <xsd:attribute name="number" type="xsd:integer" use="required" /> + <xsd:attribute name="ref" type="xsd:string" use="required" /> + </xsd:complexType> + + <!-- Type for hex integers --> + <xsd:simpleType name="hex-integer"> + <xsd:restriction base="xsd:string"> + <xsd:pattern value="0x[0-9a-fA-F]+" /> + </xsd:restriction> + </xsd:simpleType> + + <!-- Type for integers in either decimal or hex --> + <xsd:simpleType name="dec-or-hex-integer"> + <xsd:union memberTypes="xsd:integer hex-integer" /> + </xsd:simpleType> + + <xsd:group name="macro"> + <xsd:choice> + <xsd:element name="request"> + <xsd:complexType> + <xsd:sequence> + <xsd:choice minOccurs="0" maxOccurs="unbounded"> + <xsd:group ref="fields" /> + <xsd:element ref="exprfield" /> + <xsd:element ref="valueparam" /> + </xsd:choice> + <xsd:element name="reply" minOccurs="0" maxOccurs="1"> + <xsd:complexType> + <xsd:choice minOccurs="1" maxOccurs="unbounded"> + <xsd:group ref="fields" /> + <xsd:element ref="valueparam" /> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + <xsd:attribute name="opcode" type="xsd:integer" use="required" /> + <xsd:attribute name="combine-adjacent" type="xsd:boolean" + use="optional"/> + </xsd:complexType> + </xsd:element> + <xsd:element name="event"> + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="packet-struct"> + <xsd:attribute name="no-sequence-number" type="xsd:boolean" + use="optional" /> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + <xsd:element name="eventcopy" type="packet-struct-copy" /> + <xsd:element name="error" type="packet-struct" /> + <xsd:element name="errorcopy" type="packet-struct-copy" /> + <xsd:element name="struct" type="struct" /> + <xsd:element name="union" type="struct" /> + <xsd:element name="xidtype"> + <xsd:complexType> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="xidunion"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="type" type="xsd:string" + minOccurs="1" maxOccurs="unbounded" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="enum"> + <xsd:complexType> + <xsd:sequence minOccurs="1" maxOccurs="unbounded"> + <xsd:element name="item"> + <xsd:complexType> + <xsd:group ref="expression" minOccurs="0" maxOccurs="1" /> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="typedef"> + <xsd:complexType> + <xsd:attribute name="oldname" type="xsd:string" use="required" /> + <xsd:attribute name="newname" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + <!-- The import element allows a protocol description to reference the + declarations of another protocol description. --> + <xsd:element name="import" type="xsd:string" /> + </xsd:choice> + </xsd:group> +</xsd:schema> diff --git a/libxcb/xcb-proto/src/xevie.xml b/libxcb/xcb-proto/src/xevie.xml new file mode 100644 index 000000000..222b412e4 --- /dev/null +++ b/libxcb/xcb-proto/src/xevie.xml @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Josh Triplett. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- This file describes version 1 of XEVIE. --> +<xcb header="xevie" extension-xname="XEVIE" extension-name="Xevie" + major-version="1" minor-version="0"> + <request name="QueryVersion" opcode="0"> + <field type="CARD16" name="client_major_version" /> + <field type="CARD16" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major_version" /> + <field type="CARD16" name="server_minor_version" /> + <pad bytes="20" /> + </reply> + </request> + + <request name="Start" opcode="1"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + </reply> + </request> + + <request name="End" opcode="2"> + <field type="CARD32" name="cmap" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + </reply> + </request> + + <enum name="Datatype"> + <item name="Unmodified" /> + <item name="Modified" /> + </enum> + + <!-- The Send request needs to send an arbitrary Event; this type is used + to reserve the necessary structure size. --> + <struct name="Event"> + <pad bytes="32" /> + </struct> + + <request name="Send" opcode="3"> + <field type="Event" name="event" /> + <field type="CARD32" name="data_type" /> <!-- Datatype --> + <pad bytes="64" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + </reply> + </request> + + <request name="SelectInput" opcode="4"> + <field type="CARD32" name="event_mask" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/xf86dri.xml b/libxcb/xcb-proto/src/xf86dri.xml new file mode 100644 index 000000000..4527c2bff --- /dev/null +++ b/libxcb/xcb-proto/src/xf86dri.xml @@ -0,0 +1,169 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2005 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xf86dri" extension-xname="XFree86-DRI" extension-name="XF86Dri" + major-version="4" minor-version="1"> + + <!-- Using http://dri.sourceforge.net/doc/dri_extensions_low_level.txt --> + + <!-- Types --> + + <struct name="DrmClipRect"> + <field type="INT16" name="x1" /> + <field type="INT16" name="y1" /> + <field type="INT16" name="x2" /> + <field type="INT16" name="x3" /> + </struct> + + <!-- Requests --> + <request name="QueryVersion" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="dri_major_version" /> + <field type="CARD16" name="dri_minor_version" /> + <field type="CARD32" name="dri_minor_patch" /> + </reply> + </request> + + <request name="QueryDirectRenderingCapable" opcode="1"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="is_capable" /> + </reply> + </request> + + <request name="OpenConnection" opcode="2"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="drm_client_key_low" /> + <field type="CARD32" name="drm_client_key_high" /> + <field type="CARD32" name="sarea_handle_low" /> + <field type="CARD32" name="sarea_handle_high" /> + <field type="CARD32" name="bus_id_len" /> + <pad bytes="12" /> + <list type="char" name="bus_id"> + <fieldref>bus_id_len</fieldref> + </list> + </reply> + </request> + + <request name="CloseConnection" opcode="3"> + <field type="CARD32" name="screen" /> + </request> + + <request name="GetClientDriverName" opcode="4"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="client_driver_major_version" /> + <field type="CARD32" name="client_driver_minor_version" /> + <field type="CARD32" name="client_driver_patch_version" /> + <field type="CARD32" name="client_driver_name_len" /> + <pad bytes="8" /> + <list type="char" name="client_driver_name"> + <fieldref>client_driver_name_len</fieldref> + </list> + </reply> + </request> + + <request name="CreateContext" opcode="5"> + <field type="CARD32" name="visual" /> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="context" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="hw_context" /> + </reply> + </request> + + <request name="DestroyContext" opcode="6"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="context" /> + </request> + + <request name="CreateDrawable" opcode="7"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="drawable" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="hw_drawable_handle" /> + </reply> + </request> + + <request name="DestroyDrawable" opcode="8"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="drawable" /> + </request> + + <request name="GetDrawableInfo" opcode="9"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="drawable" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="drawable_table_index" /> + <field type="CARD32" name="drawable_table_stamp" /> + <field type="INT16" name="drawable_origin_X" /> + <field type="INT16" name="drawable_origin_Y" /> + <field type="INT16" name="drawable_size_W" /> + <field type="INT16" name="drawable_size_H" /> + <field type="CARD32" name="num_clip_rects" /> + <pad bytes="4" /> + <list type="DrmClipRect" name="clip_rects"> + <fieldref>num_clip_rects</fieldref> + </list> + </reply> + </request> + + <request name="GetDeviceInfo" opcode="10"> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="framebuffer_handle_low" /> + <field type="CARD32" name="framebuffer_handle_high" /> + <field type="CARD32" name="framebuffer_origin_offset" /> + <field type="CARD32" name="framebuffer_size" /> + <field type="CARD32" name="framebuffer_stride" /> + <field type="CARD32" name="device_private_size" /> + <list type="CARD32" name="device_private"> + <fieldref>device_private_size</fieldref> + </list> + </reply> + </request> + + <!-- Not in this doc, but specified in Mesa/src/glx/x11/xf86dri.h --> + <request name="AuthConnection" opcode="11"> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="magic" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="authenticated" /> + </reply> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/xfixes.xml b/libxcb/xcb-proto/src/xfixes.xml new file mode 100644 index 000000000..f6b062336 --- /dev/null +++ b/libxcb/xcb-proto/src/xfixes.xml @@ -0,0 +1,331 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2004 Josh Triplett. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<!-- This file describes version 4 of XFixes. --> +<xcb header="xfixes" extension-xname="XFIXES" extension-name="XFixes" + major-version="4" minor-version="0"> + <import>xproto</import> + <import>render</import> + <import>shape</import> + + <!-- Version 1 --> + <request name="QueryVersion" opcode="0"> + <field type="CARD32" name="client_major_version" /> + <field type="CARD32" name="client_minor_version" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major_version" /> + <field type="CARD32" name="minor_version" /> + <pad bytes="16" /> + </reply> + </request> + + <enum name="SaveSetMode"> + <item name="Insert" /> + <item name="Delete" /> + </enum> + + <enum name="SaveSetTarget"> + <item name="Nearest" /> + <item name="Root" /> + </enum> + + <enum name="SaveSetMapping"> + <item name="Map" /> + <item name="Unmap" /> + </enum> + + <request name="ChangeSaveSet" opcode="1"> + <field type="BYTE" name="mode" enum="SaveSetMode" /> + <field type="BYTE" name="target" enum="SaveSetTarget" /> + <field type="BYTE" name="map" enum="SaveSetMapping" /> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <enum name="SelectionEvent"> + <item name="SetSelectionOwner" /> + <item name="SelectionWindowDestroy" /> + <item name="SelectionClientClose" /> + </enum> + + <enum name="SelectionEventMask"> + <item name="SetSelectionOwner"> <bit>0</bit></item> + <item name="SelectionWindowDestroy"><bit>1</bit></item> + <item name="SelectionClientClose"> <bit>2</bit></item> + </enum> + + <event name="SelectionNotify" number="0"> + <field type="CARD8" name="subtype" enum="SelectionEvent" /> + <field type="WINDOW" name="window" /> + <field type="WINDOW" name="owner" /> + <field type="ATOM" name="selection" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="selection_timestamp" /> + <pad bytes="8" /> + </event> + + <request name="SelectSelectionInput" opcode="2"> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="selection" /> + <field type="CARD32" name="event_mask" mask="SelectionEventMask" /> + </request> + + <enum name="CursorNotify"> + <item name="DisplayCursor" /> + </enum> + + <enum name="CursorNotifyMask"> + <item name="DisplayCursor"><bit>0</bit></item> + </enum> + + <event name="CursorNotify" number="1"> + <field type="CARD8" name="subtype" enum="CursorNotify" /> + <field type="WINDOW" name="window" /> + <field type="CARD32" name="cursor_serial" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="ATOM" name="name" altenum="Atom" /> <!-- Added in version 2 --> + <pad bytes="12" /> + </event> + + <request name="SelectCursorInput" opcode="3"> + <field type="WINDOW" name="window" /> + <field type="CARD32" name="event_mask" mask="CursorNotifyMask" /> + </request> + + <request name="GetCursorImage" opcode="4"> + <reply> + <pad bytes="1" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="xhot" /> + <field type="CARD16" name="yhot" /> + <field type="CARD32" name="cursor_serial" /> + <pad bytes="8" /> + <list type="CARD32" name="cursor_image"> + <op op="*"> + <fieldref>width</fieldref> + <fieldref>height</fieldref> + </op> + </list> + </reply> + </request> + + <!-- Version 2 --> + + <xidtype name="REGION" /> + + <error name="BadRegion" number="0" /> + + <enum name="Region"> + <item name="None" /> + </enum> + + <request name="CreateRegion" opcode="5"> + <field type="REGION" name="region" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="CreateRegionFromBitmap" opcode="6"> + <field type="REGION" name="region" /> + <field type="PIXMAP" name="bitmap" /> + </request> + + <request name="CreateRegionFromWindow" opcode="7"> + <field type="REGION" name="region" /> + <field type="WINDOW" name="window" /> + <field type="shape:KIND" name="kind" enum="SK" /> + <pad bytes="3" /> + </request> + + <request name="CreateRegionFromGC" opcode="8"> + <field type="REGION" name="region" /> + <field type="GCONTEXT" name="gc" /> + </request> + + <request name="CreateRegionFromPicture" opcode="9"> + <field type="REGION" name="region" /> + <field type="PICTURE" name="picture" /> + </request> + + <request name="DestroyRegion" opcode="10"> + <field type="REGION" name="region" /> + </request> + + <request name="SetRegion" opcode="11"> + <field type="REGION" name="region" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="CopyRegion" opcode="12"> + <field type="REGION" name="source" /> + <field type="REGION" name="destination" /> + </request> + + <request name="UnionRegion" opcode="13"> + <field type="REGION" name="source1" /> + <field type="REGION" name="source2" /> + <field type="REGION" name="destination" /> + </request> + + <request name="IntersectRegion" opcode="14"> + <field type="REGION" name="source1" /> + <field type="REGION" name="source2" /> + <field type="REGION" name="destination" /> + </request> + + <request name="SubtractRegion" opcode="15"> + <field type="REGION" name="source1" /> + <field type="REGION" name="source2" /> + <field type="REGION" name="destination" /> + </request> + + <request name="InvertRegion" opcode="16"> + <field type="REGION" name="source" /> + <field type="RECTANGLE" name="bounds" /> + <field type="REGION" name="destination" /> + </request> + + <request name="TranslateRegion" opcode="17"> + <field type="REGION" name="region" /> + <field type="INT16" name="dx" /> + <field type="INT16" name="dy" /> + </request> + + <request name="RegionExtents" opcode="18"> + <field type="REGION" name="source" /> + <field type="REGION" name="destination" /> + </request> + + <request name="FetchRegion" opcode="19"> + <field type="REGION" name="region" /> + <reply> + <pad bytes="1" /> + <field type="RECTANGLE" name="extents" /> + <pad bytes="16" /> + <list type="RECTANGLE" name="rectangles"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="SetGCClipRegion" opcode="20"> + <field type="GCONTEXT" name="gc" /> + <field type="REGION" name="region" altenum="Region" /> + <field type="INT16" name="x_origin" /> + <field type="INT16" name="y_origin" /> + </request> + + <request name="SetWindowShapeRegion" opcode="21"> + <field type="WINDOW" name="dest" /> + <field type="shape:KIND" name="dest_kind" enum="SK" /> + <pad bytes="3" /> + <field type="INT16" name="x_offset" /> + <field type="INT16" name="y_offset" /> + <field type="REGION" name="region" altenum="Region" /> + </request> + + <request name="SetPictureClipRegion" opcode="22"> + <field type="PICTURE" name="picture" /> + <field type="REGION" name="region" altenum="Region" /> + <field type="INT16" name="x_origin" /> + <field type="INT16" name="y_origin" /> + </request> + + <request name="SetCursorName" opcode="23"> + <field type="CURSOR" name="cursor" /> + <field type="CARD16" name="nbytes" /> + <pad bytes="2" /> + <list type="char" name="name"><fieldref>nbytes</fieldref></list> + </request> + + <request name="GetCursorName" opcode="24"> + <field type="CURSOR" name="cursor" /> + <reply> + <pad bytes="1" /> + <field type="ATOM" name="atom" altenum="Atom" /> + <field type="CARD16" name="nbytes" /> + <pad bytes="18" /> + <list type="char" name="name"><fieldref>nbytes</fieldref></list> + </reply> + </request> + + <request name="GetCursorImageAndName" opcode="25"> + <reply> + <pad bytes="1" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="xhot" /> + <field type="CARD16" name="yhot" /> + <field type="CARD32" name="cursor_serial" /> + <field type="ATOM" name="cursor_atom" altenum="Atom" /> + <field type="CARD16" name="nbytes" /> + <pad bytes="2" /> + <list type="char" name="name"><fieldref>nbytes</fieldref></list> + <list type="CARD32" name="cursor_image"> + <op op="*"> + <fieldref>width</fieldref> + <fieldref>height</fieldref> + </op> + </list> + </reply> + </request> + + <request name="ChangeCursor" opcode="26"> + <field type="CURSOR" name="source" /> + <field type="CURSOR" name="destination" /> + </request> + + <request name="ChangeCursorByName" opcode="27"> + <field type="CURSOR" name="src" /> + <field type="CARD16" name="nbytes" /> + <pad bytes="2" /> + <list type="char" name="name"><fieldref>nbytes</fieldref></list> + </request> + + <!-- Version 3 --> + <request name="ExpandRegion" opcode="28"> + <field type="REGION" name="source" /> + <field type="REGION" name="destination" /> + <field type="CARD16" name="left" /> + <field type="CARD16" name="right" /> + <field type="CARD16" name="top" /> + <field type="CARD16" name="bottom" /> + </request> + + <!-- Version 4 --> + <request name="HideCursor" opcode="29"> + <field type="WINDOW" name="window" /> + </request> + + <request name="ShowCursor" opcode="30"> + <field type="WINDOW" name="window" /> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/xinerama.xml b/libxcb/xcb-proto/src/xinerama.xml new file mode 100644 index 000000000..b2747eeab --- /dev/null +++ b/libxcb/xcb-proto/src/xinerama.xml @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xinerama" extension-xname="XINERAMA" extension-name="Xinerama" + major-version="1" minor-version="1"> + + <!-- Version 1.1 --> + + <import>xproto</import> + + <struct name="ScreenInfo"> + <field type="INT16" name="x_org" /> + <field type="INT16" name="y_org" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </struct> + + <request name="QueryVersion" opcode="0"> + <field type="CARD8" name="major" /> + <field type="CARD8" name="minor" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="major" /> + <field type="CARD16" name="minor" /> + </reply> + </request> + + <request name="GetState" opcode="1"> + <field type="WINDOW" name="window" /> + <reply> + <field type="BYTE" name="state" /> + <field type="WINDOW" name="window" /> + </reply> + </request> + + <request name="GetScreenCount" opcode="2"> + <field type="WINDOW" name="window" /> + <reply> + <field type="BYTE" name="screen_count" /> + <field type="WINDOW" name="window" /> + </reply> + </request> + + <request name="GetScreenSize" opcode="3"> + <field type="WINDOW" name="window" /> + <field type="CARD32" name="screen" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="width" /> + <field type="CARD32" name="height" /> + <field type="WINDOW" name="window" /> + <field type="CARD32" name="screen" /> + </reply> + </request> + + <request name="IsActive" opcode="4"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="state" /> + </reply> + </request> + + <request name="QueryScreens" opcode="5"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="number" /> + <pad bytes="20" /> + <list type="ScreenInfo" name="screen_info"> + <fieldref>number</fieldref> + </list> + </reply> + </request> + +</xcb> diff --git a/libxcb/xcb-proto/src/xinput.xml b/libxcb/xcb-proto/src/xinput.xml new file mode 100644 index 000000000..80416fe3f --- /dev/null +++ b/libxcb/xcb-proto/src/xinput.xml @@ -0,0 +1,1020 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Peter Hutterer +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<!-- Spec: http://refspecs.freestandards.org/X11/Xinput.pdf --> + +<xcb header="xinput" extension-xname="XInputExtension" extension-name="Input" + major-version="1" minor-version="4"> + <import>xproto</import> + + <typedef oldname="CARD8" newname="KeyCode" /> + <typedef oldname="CARD32" newname="EventClass" /> + + <enum name="ValuatorMode"> + <item name="Relative"> <value>0</value></item> + <item name="Absolute"> <value>1</value></item> + </enum> + + <enum name="PropagateMode"> + <item name="AddToList"> <value>0</value></item> + <item name="DeleteFromList"> <value>1</value></item> + </enum> + + <!-- GetExtensionVersion --> + + <request name="GetExtensionVersion" opcode="1"> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major" /> + <field type="CARD16" name="server_minor" /> + <field type="BOOL" name="present" /> + <pad bytes="19" /> + </reply> + </request> + + <!-- ListInputDevices --> + + <enum name="DeviceUse"> + <item name="IsXPointer"><value>0</value></item> + <item name="IsXKeyboard"><value>1</value></item> + <item name="IsXExtensionDevice"><value>2</value></item> + <item name="IsXExtensionKeyboard"><value>3</value></item> + <item name="IsXExtensionPointer"><value>4</value></item> + </enum> + + <struct name="DeviceInfo"> + <field type="ATOM" name="device_type" /> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="num_class_info" /> + <field type="CARD8" name="device_use" enum="DeviceUse" /> + <pad bytes="1" /> + </struct> + + <request name="ListInputDevices" opcode="2"> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="devices_len" /> + <pad bytes="23" /> + <list type="DeviceInfo" name="devices"> + <fieldref>devices_len</fieldref> + </list> + <!-- Uninterpreted: list of deviceinfo structs of 3 the subtypes --> + <!-- Uninterpreted: list of null-terminated strings --> + </reply> + </request> + + <enum name="InputClass"> + <item name="Key"><value>0</value></item> + <item name="Button"><value>1</value></item> + <item name="Valuator"><value>2</value></item> + <item name="Feedback"><value>3</value></item> + <item name="Proximity"><value>4</value></item> + <item name="Focus"><value>5</value></item> + <item name="Other"><value>6</value></item> + </enum> + + <struct name="InputInfo"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + </struct> + + <struct name="KeyInfo"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="KeyCode" name="min_keycode" /> + <field type="KeyCode" name="max_keycode" /> + <field type="CARD16" name="num_keys" /> + <pad bytes="2" /> + </struct> + + <struct name="ButtonInfo"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD16" name="num_buttons" /> + </struct> + + <struct name="AxisInfo"> + <field type="CARD32" name="resolution" /> + <field type="INT32" name="minimum" /> + <field type="INT32" name="maximum" /> + </struct> + + <struct name="ValuatorInfo"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD8" name="axes_len" /> + <field type="CARD8" name="mode" enum="ValuatorMode" /> + <field type="CARD32" name="motion_size" /> + <list type="AxisInfo" name="axes"> + <fieldref>axes_len</fieldref> + </list> + </struct> + + <!-- OpenDevice --> + + <struct name="InputClassInfo"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="event_type_base" /> + </struct> + + <request name="OpenDevice" opcode="3"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="num_classes" /> + <pad bytes="23" /> + <list type="InputClassInfo" name="class_info"> + <fieldref>num_classes</fieldref> + </list> + </reply> + </request> + + <!-- CloseDevice --> + + <request name="CloseDevice" opcode="4"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + </request> + + <!-- SetDeviceMode --> + + <request name="SetDeviceMode" opcode="5"> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="mode" enum="ValuatorMode" /> + <pad bytes="2" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" altenum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- SelectExtensionEvent --> + + <request name="SelectExtensionEvent" opcode="6"> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="num_classes" /> + <pad bytes="2" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </request> + + <!-- GetSelectedExtensionEvents --> + + <request name="GetSelectedExtensionEvents" opcode="7"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_this_classes" /> + <field type="CARD16" name="num_all_classes" /> + <pad bytes="20" /> + <list type="EventClass" name="this_classes"> + <fieldref>num_this_classes</fieldref> + </list> + <list type="EventClass" name="all_classes"> + <fieldref>num_all_classes</fieldref> + </list> + </reply> + </request> + + <!-- ChangeDeviceDontPropagateList --> + + <request name="ChangeDeviceDontPropagateList" opcode="8"> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="num_classes" /> + <field type="CARD8" name="mode" enum="PropagateMode" /> + <pad bytes="1" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </request> + + <!-- GetDeviceDontPropagateList --> + + <request name="GetDeviceDontPropagateList" opcode="9"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_classes" /> + <pad bytes="22" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </reply> + </request> + + <!-- GetDeviceMotionEvents --> + + <request name="GetDeviceMotionEvents" opcode="10"> + <field type="TIMESTAMP" name="start" /> + <field type="TIMESTAMP" name="stop" altenum="Time" /> + <field type="CARD8" name="device_id" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_coords" /> + <field type="CARD8" name="num_axes" /> + <field type="CARD8" name="device_mode" enum="ValuatorMode" /> + <pad bytes="18" /> + <!-- Uninterpreted: list of DeviceTimeCoord structures --> + </reply> + </request> + + <struct name="DeviceTimeCoord"> + <field type="TIMESTAMP" name="time" /> + <!-- Uninterpreted: list of CARD16 --> + </struct> + + <!-- ChangeKeyboardDevice --> + <request name="ChangeKeyboardDevice" opcode="11"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" altenum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- ChangePointerDevice --> + + <request name="ChangePointerDevice" opcode="12"> + <field type="CARD8" name="x_axis" /> + <field type="CARD8" name="y_axis" /> + <field type="CARD8" name="device_id" /> + <pad bytes="1" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" altenum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- GrabDevice --> + + <request name="GrabDevice" opcode="13"> + <field type="WINDOW" name="grab_window" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="CARD16" name="num_classes" /> + <field type="CARD8" name="this_device_mode" enum="GrabMode" /> + <field type="CARD8" name="other_device_mode" enum="GrabMode" /> + <field type="BOOL" name="owner_events" /> + <field type="CARD8" name="device_id" /> + <pad bytes="2" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" enum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- UngrabDevice --> + + <request name="UngrabDevice" opcode="14"> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="CARD8" name="device_id" /> + </request> + + <!-- GrabDeviceKey --> + + <request name="GrabDeviceKey" opcode="15"> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="num_classes" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <field type="CARD8" name="modifier_device" /> + <field type="CARD8" name="grabbed_device" /> + <field type="CARD8" name="key" altenum="Grab" /> + <field type="CARD8" name="this_device_mode" enum="GrabMode" /> + <field type="CARD8" name="other_device_mode" enum="GrabMode" /> + <field type="BOOL" name="owner_events" /> + <pad bytes="2" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </request> + + <!-- UngrabDeviceKey --> + + <request name="UngrabDeviceKey" opcode="16"> + <field type="WINDOW" name="grabWindow" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <field type="CARD8" name="modifier_device" /> + <field type="CARD8" name="key" altenum="Grab" /> + <field type="CARD8" name="grabbed_device" /> + </request> + + <!-- GrabDeviceButton --> + + <request name="GrabDeviceButton" opcode="17"> + <field type="WINDOW" name="grab_window" /> + <field type="CARD8" name="grabbed_device" /> + <field type="CARD8" name="modifier_device" /> + <field type="CARD16" name="num_classes" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <field type="CARD8" name="this_device_mode" enum="GrabMode" /> + <field type="CARD8" name="other_device_mode" enum="GrabMode" /> + <field type="CARD8" name="button" altenum="Grab" /> + <field type="CARD8" name="owner_events" /> + <pad bytes="2" /> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </request> + + <!-- UngrabDeviceButton --> + + <request name="UngrabDeviceButton" opcode="18"> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <field type="CARD8" name="modifier_device" /> + <field type="CARD8" name="button" altenum="Grab" /> + <field type="CARD8" name="grabbed_device" /> + </request> + + <!-- AllowDeviceEvents --> + + <enum name="DeviceInputMode"> + <item name="AsyncThisDevice" /> + <item name="SyncThisDevice" /> + <item name="ReplayThisDevice" /> + <item name="AsyncOtherDevices" /> + <item name="AsyncAll" /> + <item name="SyncAll" /> + </enum> + + <request name="AllowDeviceEvents" opcode="19"> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="CARD8" name="mode" enum="DeviceInputMode" /> + <field type="CARD8" name="device_id" /> + </request> + + <!-- GetDeviceFocus --> + + <request name="GetDeviceFocus" opcode="20"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="WINDOW" name="focus" altenum="InputFocus" /> + <field type="TIMESTAMP" name="time" /> + <field type="CARD8" name="revert_to" enum="InputFocus" /> + <pad bytes="15" /> + </reply> + </request> + + <!-- SetDeviceFocus --> + + <request name="SetDeviceFocus" opcode="21"> + <field type="WINDOW" name="focus" altenum="InputFocus" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="CARD8" name="revert_to" enum="InputFocus" /> + <field type="CARD8" name="device_id" /> + </request> + + <!-- GetFeedbackControl --> + + <request name="GetFeedbackControl" opcode="22"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_feedback" /> + <pad bytes="22" /> + <!-- Uninterpreted: list of FeedbackState structures --> + </reply> + </request> + + <enum name="FeedbackClass"> + <item name="Keyboard" /> + <item name="Pointer" /> + <item name="String" /> + <item name="Integer" /> + <item name="Led" /> + <item name="Bell" /> + </enum> + + <struct name="FeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + </struct> + + <struct name="KbdFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD16" name="pitch" /> + <field type="CARD16" name="duration" /> + <field type="CARD32" name="led_mask" /> + <field type="CARD32" name="led_values" /> + <field type="BOOL" name="global_auto_repeat" /> + <field type="CARD8" name="click" /> + <field type="CARD8" name="percent" /> + <pad bytes="1" /> + <list type="CARD8" name="auto_repeats"><value>32</value></list> + </struct> + + <struct name="PtrFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <pad bytes="2" /> + <field type="CARD16" name="accel_num" /> + <field type="CARD16" name="accel_denom" /> + <field type="CARD16" name="threshold" /> + </struct> + + <struct name="IntegerFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="resolution" /> + <field type="INT32" name="min_value" /> + <field type="INT32" name="max_value" /> + </struct> + + <struct name="StringFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD16" name="max_symbols" /> + <field type="CARD16" name="num_keysyms" /> + <list type="KEYSYM" name="keysyms"> + <fieldref>num_keysyms</fieldref> + </list> + </struct> + + <struct name="BellFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="percent" /> + <pad bytes="3" /> + <field type="CARD16" name="pitch" /> + <field type="CARD16" name="duration" /> + </struct> + + <struct name="LedFeedbackState"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="led_mask" /> + <field type="CARD32" name="led_values" /> + </struct> + + <!-- ChangeFeedbackControl + + <request name="ChangeFeedbackControl" opcode="23"> + <field type="CARD32" name="mask" /> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="feedback_id" /> + Uninterpreted: list of FeedbackCtl structures + </request> + + --> + + <struct name="FeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + </struct> + + <struct name="KbdFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="KeyCode" name="key" /> + <field type="CARD8" name="auto_repeat_mode" /> + <field type="INT8" name="key_click_percent" /> + <field type="INT8" name="bell_percent" /> + <field type="INT16" name="bell_pitch" /> + <field type="INT16" name="bell_duration" /> + <field type="CARD32" name="led_mask" /> + <field type="CARD32" name="led_values" /> + </struct> + + <struct name="PtrFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <pad bytes="2" /> + <field type="INT16" name="num" /> + <field type="INT16" name="denom" /> + <field type="INT16" name="threshold" /> + </struct> + + <struct name="IntegerFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="INT32" name="int_to_display" /> + </struct> + + <struct name="StringFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <pad bytes="2" /> + <field type="CARD16" name="num_keysyms" /> + <list type="KEYSYM" name="keysyms"> + <fieldref>num_keysyms</fieldref> + </list> + </struct> + + <struct name="BellFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="INT8" name="percent" /> + <pad bytes="3" /> + <field type="INT16" name="pitch" /> + <field type="INT16" name="duration" /> + </struct> + + <struct name="LedFeedbackCtl"> + <field type="CARD8" name="class_id" enum="FeedbackClass" /> + <field type="CARD8" name="id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="led_mask" /> + <field type="CARD32" name="led_values" /> + </struct> + + <!-- GetDeviceKeyMapping --> + + <request name="GetDeviceKeyMapping" opcode="24"> + <field type="CARD8" name="device_id" /> + <field type="KeyCode" name="first_keycode" /> + <field type="CARD8" name="count" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="keysyms_per_keycode" /> + <pad bytes="23" /> + <list type="KEYSYM" name="keysyms"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <!-- ChangeDeviceKeyMapping --> + + <request name="ChangeDeviceKeyMapping" opcode="25"> + <field type="CARD8" name="device_id" /> + <field type="KeyCode" name="first_keycode" /> + <field type="CARD8" name="keysyms_per_keycode" /> + <field type="CARD8" name="keycode_count" /> + <list type="KEYSYM" name="keysyms"> + <op op="*"> + <fieldref>keycode_count</fieldref> + <fieldref>keysyms_per_keycode</fieldref> + </op> + </list> + </request> + + <!-- GetDeviceModifierMapping --> + + <request name="GetDeviceModifierMapping" opcode="26"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="keycodes_per_modifier" /> + <pad bytes="23" /> + <list type="CARD8" name="keymaps"> + <op op="*"> + <fieldref>keycodes_per_modifier</fieldref> + <value>8</value> + </op> + </list> + </reply> + </request> + + <!-- SetDeviceModifierMapping --> + + <request name="SetDeviceModifierMapping" opcode="27"> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="keycodes_per_modifier" /> + <pad bytes="1" /> + <list type="CARD8" name="keymaps"> + <op op="*"> + <fieldref>keycodes_per_modifier</fieldref> + <value>8</value> + </op> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" enum="MappingStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- GetDeviceButtonMapping --> + + <request name="GetDeviceButtonMapping" opcode="28"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="map_size" /> + <pad bytes="23" /> + <list type="CARD8" name="map"> + <fieldref>map_size</fieldref> + </list> + </reply> + </request> + + <!-- SetDeviceButtonMapping --> + + <request name="SetDeviceButtonMapping" opcode="29"> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="map_size" /> + <pad bytes="2" /> + <list type="CARD8" name="map"> + <fieldref>map_size</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" enum="MappingStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- QueryDeviceState --> + + <request name="QueryDeviceState" opcode="30"> + <field type="CARD8" name="device_id" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="num_classes" /> + <pad bytes="23" /> + <!-- Uninterpreted: list of InputState structures --> + </reply> + </request> + + <struct name="InputState"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD8" name="num_items" /> + </struct> + + <struct name="KeyState"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD8" name="num_keys" /> + <pad bytes="1" /> + <list type="CARD8" name="keys"> + <value>32</value> + </list> + </struct> + + <struct name="ButtonState"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD8" name="num_buttons" /> + <pad bytes="1" /> + <list type="CARD8" name="buttons"> + <value>32</value> + </list> + </struct> + + <struct name="ValuatorState"> + <field type="CARD8" name="class_id" enum="InputClass" /> + <field type="CARD8" name="len" /> + <field type="CARD8" name="num_valuators" /> + <field type="CARD8" name="mode" /> + <list type="CARD32" name="valuators"> + <fieldref>num_valuators</fieldref> + </list> + </struct> + + <!-- SendExtensionEvent --> + + <request name="SendExtensionEvent" opcode="31"> + <field type="WINDOW" name="destination" /> + <field type="CARD8" name="device_id" /> + <field type="BOOL" name="propagate" /> + <field type="CARD16" name="num_classes" /> + <field type="CARD8" name="num_events" /> + <pad bytes="3" /> + <list type="char" name="events"> + <op op="*"> + <fieldref>num_events</fieldref> + <value>32</value> + </op> + </list> + <list type="EventClass" name="classes"> + <fieldref>num_classes</fieldref> + </list> + </request> + + <!-- DeviceBell --> + + <request name="DeviceBell" opcode="32"> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="feedback_id" /> + <field type="CARD8" name="feedback_class" /> + <field type="INT8" name="percent" /> + </request> + + <!-- SetDeviceValuators --> + + <request name="SetDeviceValuators" opcode="33"> + <field type="CARD8" name="device_id" /> + <field type="CARD8" name="first_valuator" /> + <field type="CARD8" name="num_valuators" /> + <pad bytes="1" /> + <list type="INT32" name="valuators"> + <fieldref>num_valuators</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" enum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + <!-- GetDeviceControl --> + + <request name="GetDeviceControl" opcode="34"> + <field type="CARD16" name="control_id" /> + <field type="CARD8" name="device_id" /> + <pad bytes="1" /> + <reply> + <pad bytes="1" /> + <field type="CARD8" name="status" altenum="GrabStatus" /> + <pad bytes="23" /> + <!-- Uninterpreted: list of DeviceState structures --> + </reply> + </request> + + <struct name="DeviceState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + </struct> + + <struct name="DeviceResolutionState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="num_valuators" /> + <list type="CARD32" name="resolution_values"> + <fieldref>num_valuators</fieldref> + </list> + <list type="CARD32" name="resolution_min"> + <fieldref>num_valuators</fieldref> + </list> + <list type="CARD32" name="resolution_max"> + <fieldref>num_valuators</fieldref> + </list> + </struct> + + <struct name="DeviceAbsCalibState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="INT32" name="min_x" /> + <field type="INT32" name="max_x" /> + <field type="INT32" name="min_y" /> + <field type="INT32" name="max_y" /> + <field type="CARD32" name="flip_x" /> + <field type="CARD32" name="flip_y" /> + <field type="CARD32" name="rotation" /> + <field type="CARD32" name="button_threshold" /> + </struct> + + <struct name="DeviceAbsAreaState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="offset_x" /> + <field type="CARD32" name="offset_y" /> + <field type="CARD32" name="width" /> + <field type="CARD32" name="height" /> + <field type="CARD32" name="screen" /> + <field type="CARD32" name="following" /> + </struct> + + <struct name="DeviceCoreState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="status" /> + <field type="CARD8" name="iscore" /> + <pad bytes="2" /> + </struct> + + <struct name="DeviceEnableState"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="enable" /> + <pad bytes="3" /> + </struct> + + <!-- ChangeDeviceControl + + <request name="ChangeDeviceControl" opcode="35"> + <field type="CARD16" name="control_id" /> + <field type="CARD8" name="device_id" /> + <pad bytes="1" /> + Uninterpreted: list of DeviceCtl structures + <reply> + <pad byte="1" /> + <field type="CARD8" name="status" altenum="GrabStatus" /> + <pad bytes="23" /> + </reply> + </request> + + --> + + <struct name="DeviceCtl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + </struct> + + <struct name="DeviceResolutionCtl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="first_valuator" /> + <field type="CARD8" name="num_valuators" /> + <list type="CARD32" name="resolution_values"> + <fieldref>num_valuators</fieldref> + </list> + </struct> + + <struct name="DeviceAbsCalibCtl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="INT32" name="min_x" /> + <field type="INT32" name="max_x" /> + <field type="INT32" name="min_y" /> + <field type="INT32" name="max_y" /> + <field type="CARD32" name="flip_x" /> + <field type="CARD32" name="flip_y" /> + <field type="CARD32" name="rotation" /> + <field type="CARD32" name="button_threshold" /> + </struct> + + <struct name="DeviceAbsAreaCtrl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD32" name="offset_x" /> + <field type="CARD32" name="offset_y" /> + <field type="INT32" name="width" /> + <field type="INT32" name="height" /> + <field type="INT32" name="screen" /> + <field type="CARD32" name="following" /> + </struct> + + <struct name="DeviceCoreCtrl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="status" /> + <pad bytes="3" /> + </struct> + + <struct name="DeviceEnableCtrl"> + <field type="CARD16" name="control_id" /> + <field type="CARD16" name="len" /> + <field type="CARD8" name="enable" /> + <pad bytes="3" /> + </struct> + + <!-- EVENTS --> + + <event name="DeviceValuator" number="0"> + <field type="CARD8" name="device_id" /> + <field type="CARD16" name="device_state" /> + <field type="CARD8" name="num_valuators" /> + <field type="CARD8" name="first_valuator" /> + <list type="INT32" name="valuators"><value>6</value></list> + </event> + + <event name="DeviceKeyPress" number="1"> + <field type="BYTE" name="detail" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="event_x" /> + <field type="INT16" name="event_y" /> + <field type="CARD16" name="state" /> + <field type="BOOL" name="same_screen" /> + <field type="CARD8" name="device_id" /> + </event> + + <eventcopy name="DeviceKeyRelease" number="2" ref="DeviceKeyPress" /> + <eventcopy name="DeviceButtonPress" number="3" ref="DeviceKeyPress" /> + <eventcopy name="DeviceButtonRelease" number="4" ref="DeviceKeyPress" /> + <eventcopy name="DeviceMotionNotify" number="5" ref="DeviceKeyPress" /> + <eventcopy name="ProximityIn" number="8" ref="DeviceKeyPress" /> + <eventcopy name="ProximityOut" number="9" ref="DeviceKeyPress" /> + + <event name="FocusIn" number="6"> + <field type="BYTE" name="detail" enum="NotifyDetail" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="window" /> + <field type="BYTE" name="mode" enum="NotifyMode" /> + <field type="CARD8" name="device_id" /> + <pad bytes="18" /> + </event> + + <eventcopy name="FocusOut" number="7" ref="FocusIn" /> + + <event name="DeviceStateNotify" number="10"> + <field type="BYTE" name="device_id" /> + <field type="TIMESTAMP" name="time" /> + <field type="CARD8" name="num_keys" /> + <field type="CARD8" name="num_buttons" /> + <field type="CARD8" name="num_valuators" /> + <field type="CARD8" name="classes_reported" /> + <list type="CARD8" name="buttons"> + <value>4</value> + </list> + <list type="CARD8" name="keys"> + <value>4</value> + </list> + <list type="CARD32" name="valuators"> + <value>3</value> + </list> + </event> + + <event name="DeviceMappingNotify" number="11"> + <field type="BYTE" name="device_id" /> + <field type="CARD8" name="request" /> + <field type="KeyCode" name="first_keycode" /> + <field type="CARD8" name="count" /> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" /> + <pad bytes="20" /> + </event> + + <event name="ChangeDeviceNotify" number="12"> + <field type="BYTE" name="device_id" /> + <field type="TIMESTAMP" name="time" /> + <field type="CARD8" name="request" /> + <pad bytes="23" /> + </event> + + <event name="DeviceKeyStateNotify" number="13"> + <field type="BYTE" name="device_id" /> + <list type="CARD8" name="keys"> + <value>28</value> + </list> + </event> + + <event name="DeviceButtonStateNotify" number="14"> + <field type="BYTE" name="device_id" /> + <list type="CARD8" name="buttons"> + <value>28</value> + </list> + </event> + + <event name="DevicePresenceNotify" number="15"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" /> + <field type="BYTE" name="devchange" /> + <field type="BYTE" name="device_id" /> + <field type="CARD16" name="control" /> + <pad bytes="20" /> + </event> + + <!-- ERRORS --> + <error name="Device" number="0" /> + <error name="Event" number="1" /> + <error name="Mode" number="2" /> + <error name="DeviceBusy" number="3" /> + <error name="Class" number="4" /> + +</xcb> diff --git a/libxcb/xcb-proto/src/xprint.xml b/libxcb/xcb-proto/src/xprint.xml new file mode 100644 index 000000000..ffd8df1ea --- /dev/null +++ b/libxcb/xcb-proto/src/xprint.xml @@ -0,0 +1,329 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2005 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xprint" extension-xname="XpExtension" extension-name="XPrint" + extension-multiword="true" major-version="1" minor-version="0"> + + <!-- Conforms to XPRINT 1.0 --> + + <import>xproto</import> + + <typedef oldname="char" newname="STRING8" /> + + <!-- Types --> + <struct name="PRINTER"> + <field type="CARD32" name="nameLen" /> + <list type="STRING8" name="name"> + <fieldref>nameLen</fieldref> + </list> + <!-- Padding --> + <field type="CARD32" name="descLen" /> + <list type="STRING8" name="description"> + <fieldref>descLen</fieldref> + </list> + <!-- More padding --> + </struct> + + <!--<typedef oldname="CARD32" newname="PCONTEXT" />--> + <xidtype name="PCONTEXT" /> + + <!-- "PrintGetDocumentData" --> + <enum name="GetDoc"> + <item name="Finished"><value>0</value></item> + <item name="SecondConsumer"><value>1</value></item> + </enum> + + <!-- Event Mask ("PrintSelectInput") --> + <enum name="EvMask"> + <item name="NoEventMask"><value>0</value></item> + <item name="PrintMask"><bit>0</bit></item> + <item name="AttributeMask"><bit>1</bit></item> + </enum> + + <!-- "PrintNotify" detail --> + <enum name="Detail"> + <item name="StartJobNotify"><value>1</value></item> + <item name="EndJobNotify"><value>2</value></item> + <item name="StartDocNotify"><value>3</value></item> + <item name="EndDocNotify"><value>4</value></item> + <item name="StartPageNotify"><value>5</value></item> + <item name="EndPageNotify"><value>6</value></item> + </enum> + + <!-- "AttributeNotify" detail --> + <enum name="Attr"> + <item name="JobAttr"><value>1</value></item> + <item name="DocAttr"><value>2</value></item> + <item name="PageAttr"><value>3</value></item> + <item name="PrinterAttr"><value>4</value></item> + <item name="ServerAttr"><value>5</value></item> + <item name="MediumAttr"><value>6</value></item> + <item name="SpoolerAttr"><value>7</value></item> + </enum> + + + <!-- Requests --> + <request name="PrintQueryVersion" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="major_version" /> + <field type="CARD16" name="minor_version" /> + </reply> + </request> + + <request name="PrintGetPrinterList" opcode="1"> + <field type="CARD32" name="printerNameLen" /> + <field type="CARD32" name="localeLen" /> + <list type="STRING8" name="printer_name"> + <fieldref>printerNameLen</fieldref> + </list> + <!-- There's some padding in here... --> + <list type="STRING8" name="locale"> + <fieldref>localeLen</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="listCount" /> + <pad bytes="20" /> + <list type="PRINTER" name="printers"> + <fieldref>listCount</fieldref> + </list> + </reply> + </request> + + <request name="PrintRehashPrinterList" opcode="20" /> + + <request name="CreateContext" opcode="2"> + <field type="CARD32" name="context_id" /> + <field type="CARD32" name="printerNameLen" /> + <field type="CARD32" name="localeLen" /> + <list type="STRING8" name="printerName"> + <fieldref>printerNameLen</fieldref> + </list> + <!-- padding --> + <list type="STRING8" name="locale"> + <fieldref>localeLen</fieldref> + </list> + </request> + + <request name="PrintSetContext" opcode="3"> + <field type="CARD32" name="context" /> + </request> + + <request name="PrintGetContext" opcode="4"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context" /> + </reply> + </request> + + <request name="PrintDestroyContext" opcode="5"> + <field type="CARD32" name="context" /> + </request> + + <request name="PrintGetScreenOfContext" opcode="6"> + <reply> + <pad bytes="1" /> + <field type="WINDOW" name="root" /> + </reply> + </request> + + <request name="PrintStartJob" opcode="7"> + <field type="CARD8" name="output_mode"/> + </request> + + <request name="PrintEndJob" opcode="8"> + <field type="BOOL" name="cancel" /> + </request> + + <request name="PrintStartDoc" opcode="9"> + <field type="CARD8" name="driver_mode" /> + </request> + + <request name="PrintEndDoc" opcode="10"> + <field type="BOOL" name="cancel" /> + </request> + + <request name="PrintPutDocumentData" opcode="11"> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD32" name="len_data" /> + <field type="CARD16" name="len_fmt" /> + <field type="CARD16" name="len_options" /> + <list type="BYTE" name="data"> + <fieldref>len_data</fieldref> + </list> + <!-- padding --> + <list type="STRING8" name="doc_format" /> + <!-- padding --> + <list type="STRING8" name="options" /> + </request> + + <request name="PrintGetDocumentData" opcode="12"> + <field type="PCONTEXT" name="context" /> + <field type="CARD32" name="max_bytes" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="status_code" /> + <field type="CARD32" name="finished_flag" /> + <field type="CARD32" name="dataLen" /> + <pad bytes="12" /> + <list type="BYTE" name="data"> + <fieldref>dataLen</fieldref> + </list> + </reply> + </request> + + <request name="PrintStartPage" opcode="13"> + <field type="WINDOW" name="window" /> + </request> + + <request name="PrintEndPage" opcode="14"> + <field type="BOOL" name="cancel" /> + <pad bytes="3" /> + </request> + + <request name="PrintSelectInput" opcode="15"> + <field type="PCONTEXT" name="context" /> + <valueparam value-mask-type="CARD32" + value-mask-name="event_mask" + value-list-name="event_list" /> + </request> + + <request name="PrintInputSelected" opcode="16"> + <field type="PCONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <valueparam value-mask-type="CARD32" + value-mask-name="event_mask" + value-list-name="event_list" /> + <valueparam value-mask-type="CARD32" + value-mask-name="all_events_mask" + value-list-name="all_events_list" /> + </reply> + </request> + + <request name="PrintGetAttributes" opcode="17"> + <field type="PCONTEXT" name="context" /> + <field type="CARD8" name="pool" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="stringLen" /> + <pad bytes="20" /> + <field type="STRING8" name="attributes" /> + </reply> + </request> + + <request name="PrintGetOneAttributes" opcode="19"> + <field type="PCONTEXT" name="context" /> + <field type="CARD32" name="nameLen" /> + <field type="CARD8" name="pool" /> + <pad bytes="3" /> + <list type="STRING8" name="name"> + <fieldref>nameLen</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="valueLen" /> + <pad bytes="20" /> + <list type="STRING8" name="value"> + <fieldref>valueLen</fieldref> + </list> + </reply> + </request> + + <request name="PrintSetAttributes" opcode="18"> + <field type="PCONTEXT" name="context" /> + <field type="CARD32" name="stringLen" /> + <field type="CARD8" name="pool" /> + <field type="CARD8" name="rule" /> + <pad bytes="2" /> + <list type="STRING8" name="attributes" /> + </request> + + <request name="PrintGetPageDimensions" opcode="21"> + <field type="PCONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="offset_x" /> + <field type="CARD16" name="offset_y" /> + <field type="CARD16" name="reproducible_width" /> + <field type="CARD16" name="reproducible_height" /> + </reply> + </request> + + <request name="PrintQueryScreens" opcode="22"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="listCount" /> + <pad bytes="20" /> + <list type="WINDOW" name="roots"> + <fieldref>listCount</fieldref> + </list> + <!-- There may be a WINDOW rootWindow here... --> + </reply> + </request> + + <request name="PrintSetImageResolution" opcode="23"> + <field type="PCONTEXT" name="context" /> + <field type="CARD16" name="image_resolution" /> + <reply> + <field type="BOOL" name="status" /> + <field type="CARD16" name="previous_resolutions" /> + </reply> + </request> + + <request name="PrintGetImageResolution" opcode="24"> + <field type="PCONTEXT" name="context" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="image_resolution" /> + </reply> + </request> + + + <!-- Events --> + <event name="Notify" number="0"> + <field type="CARD8" name="detail" /> + <field type="PCONTEXT" name="context" /> + <field type="BOOL" name="cancel" /> + </event> + + <event name="AttributNotify" number="1"> + <field type="CARD8" name="detail" /> + <field type="PCONTEXT" name="context" /> + </event> + + <!-- Errors --> + <error name="BadContext" number="0" /> + <error name="BadSequence" number="1" /> + +</xcb> + diff --git a/libxcb/xcb-proto/src/xproto.xml b/libxcb/xcb-proto/src/xproto.xml new file mode 100644 index 000000000..6295daeb3 --- /dev/null +++ b/libxcb/xcb-proto/src/xproto.xml @@ -0,0 +1,2370 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2001-2004 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="xproto"> + <!-- Core protocol types --> + + <struct name="CHAR2B"> + <field type="CARD8" name="byte1" /> + <field type="CARD8" name="byte2" /> + </struct> + + <xidtype name="WINDOW" /> + + <xidtype name="PIXMAP" /> + + <xidtype name="CURSOR" /> + + <xidtype name="FONT" /> + + <xidtype name="GCONTEXT" /> + + <xidtype name="COLORMAP" /> + + <xidtype name="ATOM" /> + + <xidunion name="DRAWABLE"> + <type>WINDOW</type> + <type>PIXMAP</type> + </xidunion> + + <xidunion name="FONTABLE"> + <type>FONT</type> + <type>GCONTEXT</type> + </xidunion> + + <typedef oldname="CARD32" newname="VISUALID" /> + + <typedef oldname="CARD32" newname="TIMESTAMP" /> + + <typedef oldname="CARD32" newname="KEYSYM" /> + + <typedef oldname="CARD8" newname="KEYCODE" /> + + <typedef oldname="CARD8" newname="BUTTON" /> + + <struct name="POINT"> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + </struct> + + <struct name="RECTANGLE"> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </struct> + + <struct name="ARC"> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="INT16" name="angle1" /> + <field type="INT16" name="angle2" /> + </struct> + + <!-- Connection setup-related types --> + + <struct name="FORMAT"> + <field type="CARD8" name="depth" /> + <field type="CARD8" name="bits_per_pixel" /> + <field type="CARD8" name="scanline_pad" /> + <pad bytes="5" /> + </struct> + + <enum name="VisualClass"> + <item name="StaticGray"> <value>0</value></item> + <item name="GrayScale"> <value>1</value></item> + <item name="StaticColor"><value>2</value></item> + <item name="PseudoColor"><value>3</value></item> + <item name="TrueColor"> <value>4</value></item> + <item name="DirectColor"><value>5</value></item> + </enum> + + <struct name="VISUALTYPE"> + <field type="VISUALID" name="visual_id" /> + <field type="CARD8" name="class" enum="VisualClass" /> + <field type="CARD8" name="bits_per_rgb_value" /> + <field type="CARD16" name="colormap_entries" /> + <field type="CARD32" name="red_mask" /> + <field type="CARD32" name="green_mask" /> + <field type="CARD32" name="blue_mask" /> + <pad bytes="4" /> + </struct> + + <struct name="DEPTH"> + <field type="CARD8" name="depth" /> + <pad bytes="1" /> + <field type="CARD16" name="visuals_len" /> + <pad bytes="4" /> + <list type="VISUALTYPE" name="visuals"> + <fieldref>visuals_len</fieldref> + </list> + </struct> + + <enum name="EventMask"> + <item name="NoEvent"> <value>0</value></item> + <item name="KeyPress"> <bit>0</bit></item> + <item name="KeyRelease"> <bit>1</bit></item> + <item name="ButtonPress"> <bit>2</bit></item> + <item name="ButtonRelease"> <bit>3</bit></item> + <item name="EnterWindow"> <bit>4</bit></item> + <item name="LeaveWindow"> <bit>5</bit></item> + <item name="PointerMotion"> <bit>6</bit></item> + <item name="PointerMotionHint"> <bit>7</bit></item> + <item name="Button1Motion"> <bit>8</bit></item> + <item name="Button2Motion"> <bit>9</bit></item> + <item name="Button3Motion"> <bit>10</bit></item> + <item name="Button4Motion"> <bit>11</bit></item> + <item name="Button5Motion"> <bit>12</bit></item> + <item name="ButtonMotion"> <bit>13</bit></item> + <item name="KeymapState"> <bit>14</bit></item> + <item name="Exposure"> <bit>15</bit></item> + <item name="VisibilityChange"> <bit>16</bit></item> + <item name="StructureNotify"> <bit>17</bit></item> + <item name="ResizeRedirect"> <bit>18</bit></item> + <item name="SubstructureNotify"> <bit>19</bit></item> + <item name="SubstructureRedirect"><bit>20</bit></item> + <item name="FocusChange"> <bit>21</bit></item> + <item name="PropertyChange"> <bit>22</bit></item> + <item name="ColorMapChange"> <bit>23</bit></item> + <item name="OwnerGrabButton"> <bit>24</bit></item> + </enum> + + <enum name="BackingStore"> + <item name="NotUseful"> <value>0</value></item> + <item name="WhenMapped"><value>1</value></item> + <item name="Always"> <value>2</value></item> + </enum> + + <struct name="SCREEN"> + <field type="WINDOW" name="root" /> + <field type="COLORMAP" name="default_colormap" /> + <field type="CARD32" name="white_pixel" /> + <field type="CARD32" name="black_pixel" /> + <field type="CARD32" name="current_input_masks" mask="EventMask" /> + <field type="CARD16" name="width_in_pixels" /> + <field type="CARD16" name="height_in_pixels" /> + <field type="CARD16" name="width_in_millimeters" /> + <field type="CARD16" name="height_in_millimeters" /> + <field type="CARD16" name="min_installed_maps" /> + <field type="CARD16" name="max_installed_maps" /> + <field type="VISUALID" name="root_visual" /> + <field type="BYTE" name="backing_stores" enum="BackingStore" /> + <field type="BOOL" name="save_unders" /> + <field type="CARD8" name="root_depth" /> + <field type="CARD8" name="allowed_depths_len" /> + <list type="DEPTH" name="allowed_depths"> + <fieldref>allowed_depths_len</fieldref> + </list> + </struct> + + <struct name="SetupRequest"> + <field type="CARD8" name="byte_order" /> + <pad bytes="1" /> + <field type="CARD16" name="protocol_major_version" /> + <field type="CARD16" name="protocol_minor_version" /> + <field type="CARD16" name="authorization_protocol_name_len" /> + <field type="CARD16" name="authorization_protocol_data_len" /> + <pad bytes="2" /> + <list type="char" name="authorization_protocol_name"> + <fieldref>authorization_protocol_name_len</fieldref> + </list> + <list type="char" name="authorization_protocol_data"> + <fieldref>authorization_protocol_data_len</fieldref> + </list> + </struct> + + <struct name="SetupFailed"> + <field type="CARD8" name="status" /> <!-- always 0 -> Failed --> + <field type="CARD8" name="reason_len" /> + <field type="CARD16" name="protocol_major_version" /> + <field type="CARD16" name="protocol_minor_version" /> + <field type="CARD16" name="length" /> + <list type="char" name="reason"> + <fieldref>reason_len</fieldref> + </list> + </struct> + + <struct name="SetupAuthenticate"> + <field type="CARD8" name="status" /> <!-- always 2 -> Authenticate --> + <pad bytes="5" /> + <field type="CARD16" name="length" /> + <list type="char" name="reason"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </struct> + + <enum name="ImageOrder"> + <item name="LSBFirst"><value>0</value></item> + <item name="MSBFirst"><value>1</value></item> + </enum> + + <struct name="Setup"> + <field type="CARD8" name="status" /> <!-- always 1 -> Success --> + <pad bytes="1" /> + <field type="CARD16" name="protocol_major_version" /> + <field type="CARD16" name="protocol_minor_version" /> + <field type="CARD16" name="length" /> + <field type="CARD32" name="release_number" /> + <field type="CARD32" name="resource_id_base" /> + <field type="CARD32" name="resource_id_mask" /> + <field type="CARD32" name="motion_buffer_size" /> + <field type="CARD16" name="vendor_len" /> + <field type="CARD16" name="maximum_request_length" /> + <field type="CARD8" name="roots_len" /> + <field type="CARD8" name="pixmap_formats_len" /> + <field type="CARD8" name="image_byte_order" enum="ImageOrder" /> + <field type="CARD8" name="bitmap_format_bit_order" enum="ImageOrder" /> + <field type="CARD8" name="bitmap_format_scanline_unit" /> + <field type="CARD8" name="bitmap_format_scanline_pad" /> + <field type="KEYCODE" name="min_keycode" /> + <field type="KEYCODE" name="max_keycode" /> + <pad bytes="4" /> + <list type="char" name="vendor"> + <fieldref>vendor_len</fieldref> + </list> + <list type="FORMAT" name="pixmap_formats"> + <fieldref>pixmap_formats_len</fieldref> + </list> + <list type="SCREEN" name="roots"> + <fieldref>roots_len</fieldref> + </list> + </struct> + + <!-- Core event types --> + + <enum name="ModMask"> + <item name="Shift"> <bit>0</bit></item> + <item name="Lock"> <bit>1</bit></item> + <item name="Control"><bit>2</bit></item> + <item name="1"> <bit>3</bit></item> + <item name="2"> <bit>4</bit></item> + <item name="3"> <bit>5</bit></item> + <item name="4"> <bit>6</bit></item> + <item name="5"> <bit>7</bit></item> + <item name="Any"> <bit>15</bit></item> + </enum> + + <enum name="KeyButMask"> + <item name="Shift"> <bit>0</bit></item> + <item name="Lock"> <bit>1</bit></item> + <item name="Control"><bit>2</bit></item> + <item name="Mod1"> <bit>3</bit></item> + <item name="Mod2"> <bit>4</bit></item> + <item name="Mod3"> <bit>5</bit></item> + <item name="Mod4"> <bit>6</bit></item> + <item name="Mod5"> <bit>7</bit></item> + <item name="Button1"><bit>8</bit></item> + <item name="Button2"><bit>9</bit></item> + <item name="Button3"><bit>10</bit></item> + <item name="Button4"><bit>11</bit></item> + <item name="Button5"><bit>12</bit></item> + </enum> + + <enum name="Window"> + <item name="None"> <value>0</value></item> + </enum> + + <event name="KeyPress" number="2"> + <field type="KEYCODE" name="detail" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="event_x" /> + <field type="INT16" name="event_y" /> + <field type="CARD16" name="state" mask="KeyButMask" /> + <field type="BOOL" name="same_screen" /> + <pad bytes="1" /> + </event> + + <eventcopy name="KeyRelease" number="3" ref="KeyPress" /> + + <enum name="ButtonMask"> + <item name="1"> <bit>8</bit></item> + <item name="2"> <bit>9</bit></item> + <item name="3"> <bit>10</bit></item> + <item name="4"> <bit>11</bit></item> + <item name="5"> <bit>12</bit></item> + <item name="Any"> <bit>15</bit></item> + </enum> + + <event name="ButtonPress" number="4"> + <field type="BUTTON" name="detail" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="event_x" /> + <field type="INT16" name="event_y" /> + <field type="CARD16" name="state" mask="KeyButMask" /> + <field type="BOOL" name="same_screen" /> + <pad bytes="1" /> + </event> + + <eventcopy name="ButtonRelease" number="5" ref="ButtonPress" /> + + <!-- MotionNotify detail --> + <enum name="Motion"> + <item name="Normal"><value>0</value></item> + <item name="Hint"> <value>1</value></item> + </enum> + + <event name="MotionNotify" number="6"> + <field type="BYTE" name="detail" enum="Motion" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="event_x" /> + <field type="INT16" name="event_y" /> + <field type="CARD16" name="state" mask="KeyButMask" /> + <field type="BOOL" name="same_screen" /> + <pad bytes="1" /> + </event> + + <enum name="NotifyDetail"> + <item name="Ancestor"> <value>0</value></item> + <item name="Virtual"> <value>1</value></item> + <item name="Inferior"> <value>2</value></item> + <item name="Nonlinear"> <value>3</value></item> + <item name="NonlinearVirtual"><value>4</value></item> + <item name="Pointer"> <value>5</value></item> + <item name="PointerRoot"> <value>6</value></item> + <item name="None"> <value>7</value></item> + </enum> + + <enum name="NotifyMode"> + <item name="Normal"> <value>0</value></item> + <item name="Grab"> <value>1</value></item> + <item name="Ungrab"> <value>2</value></item> + <item name="WhileGrabbed"><value>3</value></item> + </enum> + + <event name="EnterNotify" number="7"> + <field type="BYTE" name="detail" enum="NotifyDetail" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="event_x" /> + <field type="INT16" name="event_y" /> + <field type="CARD16" name="state" mask="KeyButMask" /> + <field type="BYTE" name="mode" enum="NotifyMode" /> + <field type="BYTE" name="same_screen_focus" /> + </event> + + <eventcopy name="LeaveNotify" number="8" ref="EnterNotify" /> + + <event name="FocusIn" number="9"> + <field type="BYTE" name="detail" enum="NotifyDetail" /> + <field type="WINDOW" name="event" /> + <field type="BYTE" name="mode" enum="NotifyMode" /> + <pad bytes="3" /> + </event> + + <eventcopy name="FocusOut" number="10" ref="FocusIn" /> + + <event name="KeymapNotify" number="11" no-sequence-number="true"> + <list type="CARD8" name="keys"><value>31</value></list> + </event> + + <event name="Expose" number="12"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="x" /> + <field type="CARD16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="count" /> + <pad bytes="2" /> + </event> + + <event name="GraphicsExposure" number="13"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="x" /> + <field type="CARD16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD16" name="count" /> + <field type="CARD8" name="major_opcode" /> + <pad bytes="3" /> + </event> + + <event name="NoExposure" number="14"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + <pad bytes="1" /> + </event> + + <enum name="Visibility"> + <item name="Unobscured"> <value>0</value></item> + <item name="PartiallyObscured"><value>1</value></item> + <item name="FullyObscured"> <value>2</value></item> + </enum> + + <event name="VisibilityNotify" number="15"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="BYTE" name="state" enum="Visibility" /> + <pad bytes="3" /> + </event> + + <event name="CreateNotify" number="16"> + <pad bytes="1" /> + <field type="WINDOW" name="parent" /> + <field type="WINDOW" name="window" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="border_width" /> + <field type="BOOL" name="override_redirect" /> + <pad bytes="1" /> + </event> + + <event name="DestroyNotify" number="17"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + </event> + + <event name="UnmapNotify" number="18"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <field type="BOOL" name="from_configure" /> + <pad bytes="3" /> + </event> + + <event name="MapNotify" number="19"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <field type="BOOL" name="override_redirect" /> + <pad bytes="3" /> + </event> + + <event name="MapRequest" number="20"> + <pad bytes="1" /> + <field type="WINDOW" name="parent" /> + <field type="WINDOW" name="window" /> + </event> + + <event name="ReparentNotify" number="21"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <field type="WINDOW" name="parent" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="BOOL" name="override_redirect" /> + <pad bytes="3" /> + </event> + + <event name="ConfigureNotify" number="22"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <field type="WINDOW" name="above_sibling" altenum="Window" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="border_width" /> + <field type="BOOL" name="override_redirect" /> + <pad bytes="1" /> + </event> + + <event name="ConfigureRequest" number="23"> + <field type="BYTE" name="stack_mode" enum="StackMode" /> + <field type="WINDOW" name="parent" /> + <field type="WINDOW" name="window" /> + <field type="WINDOW" name="sibling" altenum="Window" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="border_width" /> + <field type="CARD16" name="value_mask" mask="ConfigWindow" /> + </event> + + <event name="GravityNotify" number="24"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + </event> + + <event name="ResizeRequest" number="25"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </event> + + <enum name="Place"> + <item name="OnTop"> <value>0</value></item> + <item name="OnBottom"><value>1</value></item> + </enum> + + <event name="CirculateNotify" number="26"> + <pad bytes="1" /> + <field type="WINDOW" name="event" /> + <field type="WINDOW" name="window" /> + <pad bytes="4" /> + <field type="BYTE" name="place" enum="Place" /> + <pad bytes="3" /> + </event> + + <eventcopy name="CirculateRequest" number="27" ref="CirculateNotify" /> + + <enum name="Property"> + <item name="NewValue"><value>0</value></item> + <item name="Delete"> <value>1</value></item> + </enum> + + <event name="PropertyNotify" number="28"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="atom" /> + <field type="TIMESTAMP" name="time" /> + <field type="BYTE" name="state" enum="Property" /> + <pad bytes="3" /> + </event> + + <event name="SelectionClear" number="29"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" /> + <field type="WINDOW" name="owner" /> + <field type="ATOM" name="selection" /> + </event> + + <enum name="Time"> + <item name="CurrentTime"> <value>0</value> </item> + </enum> + + <enum name="Atom"> + <item name="None"> <value>0</value></item> + </enum> + + <event name="SelectionRequest" number="30"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="WINDOW" name="owner" /> + <field type="WINDOW" name="requestor" /> + <field type="ATOM" name="selection" /> + <field type="ATOM" name="target" /> + <field type="ATOM" name="property" altenum="Atom" /> + </event> + + <event name="SelectionNotify" number="31"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="WINDOW" name="requestor" /> + <field type="ATOM" name="selection" /> + <field type="ATOM" name="target" /> + <field type="ATOM" name="property" altenum="Atom" /> + </event> + + <enum name="ColormapState"> + <item name="Uninstalled"><value>0</value></item> + <item name="Installed"> <value>1</value></item> + </enum> + + <enum name="Colormap"> + <item name="None"> <value>0</value></item> + </enum> + + <event name="ColormapNotify" number="32"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="COLORMAP" name="colormap" altenum="Colormap" /> + <field type="BOOL" name="new" /> + <field type="BYTE" name="state" enum="ColormapState" /> + <pad bytes="2" /> + </event> + + <union name="ClientMessageData"> + <!-- The format member of the ClientMessage event determines which array + to use. --> + <list type="CARD8" name="data8" ><value>20</value></list> <!-- 8 --> + <list type="CARD16" name="data16"><value>10</value></list> <!-- 16 --> + <list type="CARD32" name="data32"><value>5</value></list> <!-- 32 --> + </union> + + <event name="ClientMessage" number="33"> + <field type="CARD8" name="format" /> <!-- 8, 16, or 32. --> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="type" /> + <field type="ClientMessageData" name="data" /> + </event> + + <enum name="Mapping"> + <item name="Modifier"><value>0</value></item> + <item name="Keyboard"><value>1</value></item> + <item name="Pointer"> <value>2</value></item> + </enum> + + <event name="MappingNotify" number="34"> + <pad bytes="1" /> + <field type="BYTE" name="request" enum="Mapping" /> + <field type="KEYCODE" name="first_keycode" /> + <field type="CARD8" name="count" /> + <pad bytes="1" /> + </event> + + + + <!-- Core error types --> + + + + <error name="Request" number="1"> + <field type="CARD32" name="bad_value" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + <pad bytes="1" /> + </error> + + <error name="Value" number="2"> + <field type="CARD32" name="bad_value" /> + <field type="CARD16" name="minor_opcode" /> + <field type="CARD8" name="major_opcode" /> + <pad bytes="1" /> + </error> + + <errorcopy name="Window" number="3" ref="Value" /> + <errorcopy name="Pixmap" number="4" ref="Value" /> + <errorcopy name="Atom" number="5" ref="Value" /> + <errorcopy name="Cursor" number="6" ref="Value" /> + <errorcopy name="Font" number="7" ref="Value" /> + <errorcopy name="Match" number="8" ref="Request" /> + <errorcopy name="Drawable" number="9" ref="Value" /> + <errorcopy name="Access" number="10" ref="Request" /> + <errorcopy name="Alloc" number="11" ref="Request" /> + <errorcopy name="Colormap" number="12" ref="Value" /> + <errorcopy name="GContext" number="13" ref="Value" /> + <errorcopy name="IDChoice" number="14" ref="Value" /> + <errorcopy name="Name" number="15" ref="Request" /> + <errorcopy name="Length" number="16" ref="Request" /> + <errorcopy name="Implementation" number="17" ref="Request" /> + + + + <!-- The core requests, in major number order. --> + <!-- It is the caller's responsibility to free returned XCB*Rep objects. --> + + + + <enum name="WindowClass"> + <item name="CopyFromParent"><value>0</value></item> + <item name="InputOutput"> <value>1</value></item> + <item name="InputOnly"> <value>2</value></item> + </enum> + + <!-- Window attributes for CreateWindow and ChangeWindowAttributes. --> + <enum name="CW"> + <item name="BackPixmap"> <bit>0</bit></item> + <item name="BackPixel"> <bit>1</bit></item> + <item name="BorderPixmap"> <bit>2</bit></item> + <item name="BorderPixel"> <bit>3</bit></item> + <item name="BitGravity"> <bit>4</bit></item> + <item name="WinGravity"> <bit>5</bit></item> + <item name="BackingStore"> <bit>6</bit></item> + <item name="BackingPlanes"> <bit>7</bit></item> + <item name="BackingPixel"> <bit>8</bit></item> + <item name="OverrideRedirect"><bit>9</bit></item> + <item name="SaveUnder"> <bit>10</bit></item> + <item name="EventMask"> <bit>11</bit></item> + <item name="DontPropagate"> <bit>12</bit></item> + <item name="Colormap"> <bit>13</bit></item> + <item name="Cursor"> <bit>14</bit></item> + </enum> + + <enum name="BackPixmap"> + <item name="None"> <value>0</value></item> + <item name="ParentRelative"><value>1</value></item> + </enum> + + <enum name="Gravity"> + <item name="BitForget"><value>0</value></item> + <item name="WinUnmap"> <value>0</value></item> + <item name="NorthWest"><value>1</value></item> + <item name="North"> <value>2</value></item> + <item name="NorthEast"><value>3</value></item> + <item name="West"> <value>4</value></item> + <item name="Center"> <value>5</value></item> + <item name="East"> <value>6</value></item> + <item name="SouthWest"><value>7</value></item> + <item name="South"> <value>8</value></item> + <item name="SouthEast"><value>9</value></item> + <item name="Static"> <value>10</value></item> + </enum> + + <request name="CreateWindow" opcode="1"> + <field type="CARD8" name="depth" /> + <field type="WINDOW" name="wid" /> + <field type="WINDOW" name="parent" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="border_width" /> + <field type="CARD16" name="class" enum="WindowClass" /> + <field type="VISUALID" name="visual" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="ChangeWindowAttributes" opcode="2"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <enum name="MapState"> + <item name="Unmapped"> <value>0</value></item> + <item name="Unviewable"><value>1</value></item> + <item name="Viewable"> <value>2</value></item> + </enum> + + <request name="GetWindowAttributes" opcode="3"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <reply> + <field type="CARD8" name="backing_store" enum="BackingStore" /> + <field type="VISUALID" name="visual" /> + <field type="CARD16" name="class" enum="WindowClass" /> + <field type="CARD8" name="bit_gravity" enum="Gravity" /> + <field type="CARD8" name="win_gravity" enum="Gravity" /> + <field type="CARD32" name="backing_planes" /> + <field type="CARD32" name="backing_pixel" /> + <field type="BOOL" name="save_under" /> + <field type="BOOL" name="map_is_installed" /> + <field type="CARD8" name="map_state" enum="MapState" /> + <field type="BOOL" name="override_redirect" /> + <field type="COLORMAP" name="colormap" altenum="Colormap" /> + <field type="CARD32" name="all_event_masks" mask="EventMask" /> + <field type="CARD32" name="your_event_mask" mask="EventMask" /> + <field type="CARD16" name="do_not_propagate_mask" mask="EventMask" /> + <pad bytes="2" /> + </reply> + </request> + + <request name="DestroyWindow" opcode="4"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="DestroySubwindows" opcode="5"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <enum name="SetMode"> + <item name="Insert"><value>0</value></item> + <item name="Delete"><value>1</value></item> + </enum> + + <request name="ChangeSaveSet" opcode="6"> + <field type="BYTE" name="mode" enum="SetMode" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="ReparentWindow" opcode="7"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="WINDOW" name="parent" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + </request> + + <request name="MapWindow" opcode="8"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="MapSubwindows" opcode="9"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="UnmapWindow" opcode="10"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="UnmapSubwindows" opcode="11"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + </request> + + <enum name="ConfigWindow"> + <item name="X"> <bit>0</bit></item> + <item name="Y"> <bit>1</bit></item> + <item name="Width"> <bit>2</bit></item> + <item name="Height"> <bit>3</bit></item> + <item name="BorderWidth"><bit>4</bit></item> + <item name="Sibling"> <bit>5</bit></item> + <item name="StackMode"> <bit>6</bit></item> + </enum> + + <enum name="StackMode"> + <item name="Above"> <value>0</value></item> + <item name="Below"> <value>1</value></item> + <item name="TopIf"> <value>2</value></item> + <item name="BottomIf"><value>3</value></item> + <item name="Opposite"><value>4</value></item> + </enum> + + <request name="ConfigureWindow" opcode="12"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <valueparam value-mask-type="CARD16" + value-mask-name="value_mask" + value-mask-pad="2" + value-list-name="value_list" /> + </request> + + <enum name="Circulate"> + <item name="RaiseLowest"> <value>0</value></item> + <item name="LowerHighest"><value>1</value></item> + </enum> + + <request name="CirculateWindow" opcode="13"> + <field type="CARD8" name="direction" enum="Circulate" /> + <field type="WINDOW" name="window" /> + </request> + + <request name="GetGeometry" opcode="14"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <reply> + <field type="CARD8" name="depth" /> + <field type="WINDOW" name="root" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD16" name="border_width" /> + <pad bytes="2" /> + </reply> + </request> + + <request name="QueryTree" opcode="15"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="parent" altenum="Window" /> + <field type="CARD16" name="children_len" /> + <pad bytes="14" /> + <list type="WINDOW" name="children"> + <fieldref>children_len</fieldref> + </list> + </reply> + </request> + + <request name="InternAtom" opcode="16"> + <field type="BOOL" name="only_if_exists" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="ATOM" name="atom" altenum="Atom" /> + </reply> + </request> + + <request name="GetAtomName" opcode="17"> + <pad bytes="1" /> + <field type="ATOM" name="atom" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="name_len" /> + <pad bytes="22" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </reply> + </request> + + <enum name="PropMode"> + <item name="Replace"><value>0</value></item> + <item name="Prepend"><value>1</value></item> + <item name="Append"> <value>2</value></item> + </enum> + + <request name="ChangeProperty" opcode="18"> + <field type="CARD8" name="mode" enum="PropMode" /> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="property" /> + <field type="ATOM" name="type" /> + <field type="CARD8" name="format" /> + <pad bytes="3" /> + <field type="CARD32" name="data_len" /> + <list type="void" name="data"> + <op op="/"> + <op op="*"> + <fieldref>data_len</fieldref> + <fieldref>format</fieldref> + </op> + <value>8</value> + </op> + </list> + </request> + + <request name="DeleteProperty" opcode="19"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="property" /> + </request> + + <enum name="GetPropertyType"> + <item name="Any"><value>0</value></item> + </enum> + + <request name="GetProperty" opcode="20"> + <field type="BOOL" name="delete" /> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="property" /> + <field type="ATOM" name="type" altenum="GetPropertyType" /> + <field type="CARD32" name="long_offset" /> + <field type="CARD32" name="long_length" /> + <reply> + <field type="CARD8" name="format" /> + <field type="ATOM" name="type" /> + <field type="CARD32" name="bytes_after" /> + <field type="CARD32" name="value_len" /> + <pad bytes="12" /> + <list type="void" name="value"> + <op op="*"> + <fieldref>value_len</fieldref> + <op op="/"> + <fieldref>format</fieldref> + <value>8</value> + </op> + </op> + </list> + </reply> + </request> + + <request name="ListProperties" opcode="21"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="atoms_len" /> + <pad bytes="22" /> + <list type="ATOM" name="atoms"> + <fieldref>atoms_len</fieldref> + </list> + </reply> + </request> + + <request name="SetSelectionOwner" opcode="22"> + <pad bytes="1" /> + <field type="WINDOW" name="owner" altenum="Window" /> + <field type="ATOM" name="selection" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <request name="GetSelectionOwner" opcode="23"> + <pad bytes="1" /> + <field type="ATOM" name="selection" /> + <reply> + <pad bytes="1" /> + <field type="WINDOW" name="owner" altenum="Window" /> + </reply> + </request> + + <request name="ConvertSelection" opcode="24"> + <pad bytes="1" /> + <field type="WINDOW" name="requestor" /> + <field type="ATOM" name="selection" /> + <field type="ATOM" name="target" /> + <field type="ATOM" name="property" altenum="Atom" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <enum name="SendEventDest"> + <item name="PointerWindow"><value>0</value></item> + <item name="ItemFocus"> <value>1</value></item> + </enum> + + <request name="SendEvent" opcode="25"> + <field type="BOOL" name="propagate" /> + <field type="WINDOW" name="destination" altenum="SendEventDest" /> + <field type="CARD32" name="event_mask" mask="EventMask" /> + <list type="char" name="event"><value>32</value></list> + </request> + + <enum name="GrabMode"> + <item name="Sync"> <value>0</value></item> + <item name="Async"><value>1</value></item> + </enum> + + <enum name="GrabStatus"> + <item name="Success"> <value>0</value></item> + <item name="AlreadyGrabbed"><value>1</value></item> + <item name="InvalidTime"> <value>2</value></item> + <item name="NotViewable"> <value>3</value></item> + <item name="Frozen"> <value>4</value></item> + </enum> + + <enum name="Cursor"> + <item name="None"> <value>0</value></item> + </enum> + + <request name="GrabPointer" opcode="26"> + <field type="BOOL" name="owner_events" /> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="event_mask" mask="EventMask" /> + <field type="BYTE" name="pointer_mode" enum="GrabMode" /> + <field type="BYTE" name="keyboard_mode" enum="GrabMode" /> + <field type="WINDOW" name="confine_to" altenum="Window" /> + <field type="CURSOR" name="cursor" altenum="Cursor" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <reply> + <field type="BYTE" name="status" enum="GrabStatus" /> + </reply> + </request> + + <request name="UngrabPointer" opcode="27"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <enum name="ButtonIndex"> + <item name="Any"><value>0</value></item> + <item name="1"> <value>1</value></item> + <item name="2"> <value>2</value></item> + <item name="3"> <value>3</value></item> + <item name="4"> <value>4</value></item> + <item name="5"> <value>5</value></item> + </enum> + + <request name="GrabButton" opcode="28"> + <field type="BOOL" name="owner_events" /> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="event_mask" mask="EventMask" /> + <field type="CARD8" name="pointer_mode" enum="GrabMode" /> + <field type="CARD8" name="keyboard_mode" enum="GrabMode" /> + <field type="WINDOW" name="confine_to" altenum="Window" /> + <field type="CURSOR" name="cursor" altenum="Cursor" /> + <field type="CARD8" name="button" enum="ButtonIndex" /> + <pad bytes="1" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + </request> + + <request name="UngrabButton" opcode="29"> + <field type="CARD8" name="button" enum="ButtonIndex" /> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <pad bytes="2" /> + </request> + + <request name="ChangeActivePointerGrab" opcode="30"> + <pad bytes="1" /> + <field type="CURSOR" name="cursor" altenum="Cursor" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="CARD16" name="event_mask" mask="EventMask" /> + <pad bytes="2" /> + </request> + + <request name="GrabKeyboard" opcode="31"> + <field type="BOOL" name="owner_events" /> + <field type="WINDOW" name="grab_window" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <field type="BYTE" name="pointer_mode" enum="GrabMode" /> + <field type="BYTE" name="keyboard_mode" enum="GrabMode" /> + <pad bytes="2" /> + <reply> + <field type="BYTE" name="status" enum="GrabStatus" /> + </reply> + </request> + + <request name="UngrabKeyboard" opcode="32"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <!-- Use KEYCODE any = { XCBGrabAny }; to grab any key --> + <enum name="Grab"> + <item name="Any"><value>0</value></item> + </enum> + + <request name="GrabKey" opcode="33"> + <field type="BOOL" name="owner_events" /> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <field type="KEYCODE" name="key" altenum="Grab" /> + <field type="CARD8" name="pointer_mode" enum="GrabMode" /> + <field type="CARD8" name="keyboard_mode" enum="GrabMode" /> + <pad bytes="3" /> + </request> + + <request name="UngrabKey" opcode="34"> + <field type="KEYCODE" name="key" altenum="Grab" /> + <field type="WINDOW" name="grab_window" /> + <field type="CARD16" name="modifiers" mask="ModMask" /> + <pad bytes="2" /> + </request> + + <enum name="Allow"> + <item name="AsyncPointer"> <value>0</value></item> + <item name="SyncPointer"> <value>1</value></item> + <item name="ReplayPointer"> <value>2</value></item> + <item name="AsyncKeyboard"> <value>3</value></item> + <item name="SyncKeyboard"> <value>4</value></item> + <item name="ReplayKeyboard"><value>5</value></item> + <item name="AsyncBoth"> <value>6</value></item> + <item name="SyncBoth"> <value>7</value></item> + </enum> + + <request name="AllowEvents" opcode="35"> + <field type="CARD8" name="mode" enum="Allow" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <request name="GrabServer" opcode="36" /> + + <request name="UngrabServer" opcode="37" /> + + <request name="QueryPointer" opcode="38"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <reply> + <field type="BOOL" name="same_screen" /> + <field type="WINDOW" name="root" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="INT16" name="root_x" /> + <field type="INT16" name="root_y" /> + <field type="INT16" name="win_x" /> + <field type="INT16" name="win_y" /> + <field type="CARD16" name="mask" mask="KeyButMask" /> + <pad bytes="2" /> + </reply> + </request> + + <struct name="TIMECOORD"> + <field type="TIMESTAMP" name="time" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + </struct> + + <request name="GetMotionEvents" opcode="39"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="TIMESTAMP" name="start" altenum="Time" /> + <field type="TIMESTAMP" name="stop" altenum="Time" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="events_len" /> + <pad bytes="20" /> + <list type="TIMECOORD" name="events"> + <fieldref>events_len</fieldref> + </list> + </reply> + </request> + + <request name="TranslateCoordinates" opcode="40"> + <pad bytes="1" /> + <field type="WINDOW" name="src_window" /> + <field type="WINDOW" name="dst_window" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <reply> + <field type="BOOL" name="same_screen" /> + <field type="WINDOW" name="child" altenum="Window" /> + <field type="CARD16" name="dst_x" /> + <field type="CARD16" name="dst_y" /> + </reply> + </request> + + <request name="WarpPointer" opcode="41"> + <pad bytes="1" /> + <field type="WINDOW" name="src_window" altenum="Window" /> + <field type="WINDOW" name="dst_window" altenum="Window" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="CARD16" name="src_width" /> + <field type="CARD16" name="src_height" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + </request> + + <!-- used for revert_to and focus --> + <enum name="InputFocus"> + <item name="None"> <value>0</value></item> + <item name="PointerRoot"><value>1</value></item> + <item name="Parent"> <value>2</value></item> <!-- revert_to only --> + <item name="FollowKeyboard"><value>3</value></item> <!-- xinput extension only --> + </enum> + + <request name="SetInputFocus" opcode="42"> + <field type="CARD8" name="revert_to" enum="InputFocus" /> + <field type="WINDOW" name="focus" altenum="InputFocus" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <request name="GetInputFocus" opcode="43"> + <reply> + <field type="CARD8" name="revert_to" enum="InputFocus" /> + <field type="WINDOW" name="focus" altenum="InputFocus" /> + </reply> + </request> + + <request name="QueryKeymap" opcode="44"> + <reply> + <pad bytes="1" /> + <list type="CARD8" name="keys"><value>32</value></list> + </reply> + </request> + + <request name="OpenFont" opcode="45"> + <pad bytes="1" /> + <field type="FONT" name="fid" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </request> + + <request name="CloseFont" opcode="46"> + <pad bytes="1" /> + <field type="FONT" name="font" /> + </request> + + <enum name="FontDraw"> + <item name="LeftToRight"><value>0</value></item> + <item name="RightToLeft"><value>1</value></item> + </enum> + + <struct name="FONTPROP"> + <field type="ATOM" name="name" /> + <field type="CARD32" name="value" /> + </struct> + + <struct name="CHARINFO"> + <field type="INT16" name="left_side_bearing" /> + <field type="INT16" name="right_side_bearing" /> + <field type="INT16" name="character_width" /> + <field type="INT16" name="ascent" /> + <field type="INT16" name="descent" /> + <field type="CARD16" name="attributes" /> + </struct> + + <request name="QueryFont" opcode="47"> + <pad bytes="1" /> + <field type="FONTABLE" name="font" /> + <reply> + <pad bytes="1" /> + <field type="CHARINFO" name="min_bounds" /> + <pad bytes="4" /> + <field type="CHARINFO" name="max_bounds" /> + <pad bytes="4" /> + <field type="CARD16" name="min_char_or_byte2" /> + <field type="CARD16" name="max_char_or_byte2" /> + <field type="CARD16" name="default_char" /> + <field type="CARD16" name="properties_len" /> + <field type="BYTE" name="draw_direction" enum="FontDraw" /> + <field type="CARD8" name="min_byte1" /> + <field type="CARD8" name="max_byte1" /> + <field type="BOOL" name="all_chars_exist" /> + <field type="INT16" name="font_ascent" /> + <field type="INT16" name="font_descent" /> + <field type="CARD32" name="char_infos_len" /> + <list type="FONTPROP" name="properties"> + <fieldref>properties_len</fieldref> + </list> + <list type="CHARINFO" name="char_infos"> + <fieldref>char_infos_len</fieldref> + </list> + </reply> + </request> + + <request name="QueryTextExtents" opcode="48"> + <exprfield type="BOOL" name="odd_length"> + <op op="&"><fieldref>string_len</fieldref><value>1</value></op> + </exprfield> + <field type="FONTABLE" name="font" /> + <list type="CHAR2B" name="string" /> + <reply> + <field type="BYTE" name="draw_direction" enum="FontDraw" /> + <field type="INT16" name="font_ascent" /> + <field type="INT16" name="font_descent" /> + <field type="INT16" name="overall_ascent" /> + <field type="INT16" name="overall_descent" /> + <field type="INT32" name="overall_width" /> + <field type="INT32" name="overall_left" /> + <field type="INT32" name="overall_right" /> + </reply> + </request> + + <struct name="STR"> + <field type="CARD8" name="name_len" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </struct> + + <request name="ListFonts" opcode="49"> + <pad bytes="1" /> + <field type="CARD16" name="max_names" /> + <field type="CARD16" name="pattern_len" /> + <list type="char" name="pattern"> + <fieldref>pattern_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="names_len" /> + <pad bytes="22" /> + <list type="STR" name="names"> + <fieldref>names_len</fieldref> + </list> + </reply> + </request> + + <request name="ListFontsWithInfo" opcode="50"> + <pad bytes="1" /> + <field type="CARD16" name="max_names" /> + <field type="CARD16" name="pattern_len" /> + <list type="char" name="pattern"> + <fieldref>pattern_len</fieldref> + </list> + <reply> + <field type="CARD8" name="name_len" /> + <field type="CHARINFO" name="min_bounds" /> + <pad bytes="4" /> + <field type="CHARINFO" name="max_bounds" /> + <pad bytes="4" /> + <field type="CARD16" name="min_char_or_byte2" /> + <field type="CARD16" name="max_char_or_byte2" /> + <field type="CARD16" name="default_char" /> + <field type="CARD16" name="properties_len" /> + <field type="BYTE" name="draw_direction" enum="FontDraw" /> + <field type="CARD8" name="min_byte1" /> + <field type="CARD8" name="max_byte1" /> + <field type="BOOL" name="all_chars_exist" /> + <field type="INT16" name="font_ascent" /> + <field type="INT16" name="font_descent" /> + <field type="CARD32" name="replies_hint" /> + <list type="FONTPROP" name="properties"> + <fieldref>properties_len</fieldref> + </list> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </reply> + </request> + + <request name="SetFontPath" opcode="51"> + <pad bytes="1" /> + <field type="CARD16" name="font_qty" /> + <list type="char" name="path" /> + </request> + + <request name="GetFontPath" opcode="52"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="path_len" /> + <pad bytes="22" /> + <list type="STR" name="path"> + <fieldref>path_len</fieldref> + </list> + </reply> + </request> + + <request name="CreatePixmap" opcode="53"> + <field type="CARD8" name="depth" /> + <field type="PIXMAP" name="pid" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </request> + + <request name="FreePixmap" opcode="54"> + <pad bytes="1" /> + <field type="PIXMAP" name="pixmap" /> + </request> + + <enum name="GC"> + <item name="Function"> <bit>0</bit></item> + <item name="PlaneMask"> <bit>1</bit></item> + <item name="Foreground"> <bit>2</bit></item> + <item name="Background"> <bit>3</bit></item> + <item name="LineWidth"> <bit>4</bit></item> + <item name="LineStyle"> <bit>5</bit></item> + <item name="CapStyle"> <bit>6</bit></item> + <item name="JoinStyle"> <bit>7</bit></item> + <item name="FillStyle"> <bit>8</bit></item> + <item name="FillRule"> <bit>9</bit></item> + <item name="Tile"> <bit>10</bit></item> + <item name="Stipple"> <bit>11</bit></item> + <item name="TileStippleOriginX"><bit>12</bit></item> + <item name="TileStippleOriginY"><bit>13</bit></item> + <item name="Font"> <bit>14</bit></item> + <item name="SubwindowMode"> <bit>15</bit></item> + <item name="GraphicsExposures"> <bit>16</bit></item> + <item name="ClipOriginX"> <bit>17</bit></item> + <item name="ClipOriginY"> <bit>18</bit></item> + <item name="ClipMask"> <bit>19</bit></item> + <item name="DashOffset"> <bit>20</bit></item> + <item name="DashList"> <bit>21</bit></item> + <item name="ArcMode"> <bit>22</bit></item> + </enum> + + <!-- GC Function values --> + <enum name="GX"> + <item name="clear"> <value>0</value></item> + <item name="and"> <value>1</value></item> + <item name="andReverse"> <value>2</value></item> + <item name="copy"> <value>3</value></item> + <item name="andInverted"> <value>4</value></item> + <item name="noop"> <value>5</value></item> + <item name="xor"> <value>6</value></item> + <item name="or"> <value>7</value></item> + <item name="nor"> <value>8</value></item> + <item name="equiv"> <value>9</value></item> + <item name="invert"> <value>10</value></item> + <item name="orReverse"> <value>11</value></item> + <item name="copyInverted"><value>12</value></item> + <item name="orInverted"> <value>13</value></item> + <item name="nand"> <value>14</value></item> + <item name="set"> <value>15</value></item> + </enum> + + <enum name="LineStyle"> + <item name="Solid"> <value>0</value></item> + <item name="OnOffDash"> <value>1</value></item> + <item name="DoubleDash"><value>2</value></item> + </enum> + + <enum name="CapStyle"> + <item name="NotLast"> <value>0</value></item> + <item name="Butt"> <value>1</value></item> + <item name="Round"> <value>2</value></item> + <item name="Projecting"><value>3</value></item> + </enum> + + <enum name="JoinStyle"> + <item name="Miter"> <value>0</value></item> + <item name="Round"> <value>1</value></item> + <item name="Bevel"> <value>2</value></item> + </enum> + + <enum name="FillStyle"> + <item name="Solid"> <value>0</value></item> + <item name="Tiled"> <value>1</value></item> + <item name="Stippled"> <value>2</value></item> + <item name="OpaqueStippled"><value>3</value></item> + </enum> + + <enum name="FillRule"> + <item name="EvenOdd"><value>0</value></item> + <item name="Winding"><value>1</value></item> + </enum> + + <enum name="SubwindowMode"> + <item name="ClipByChildren"> <value>0</value></item> + <item name="IncludeInferiors"><value>1</value></item> + </enum> + + <enum name="ArcMode"> + <item name="Chord"> <value>0</value></item> + <item name="PieSlice"><value>1</value></item> + </enum> + + <request name="CreateGC" opcode="55"> + <pad bytes="1" /> + <field type="GCONTEXT" name="cid" /> + <field type="DRAWABLE" name="drawable" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="ChangeGC" opcode="56"> + <pad bytes="1" /> + <field type="GCONTEXT" name="gc" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="CopyGC" opcode="57"> + <pad bytes="1" /> + <field type="GCONTEXT" name="src_gc" /> + <field type="GCONTEXT" name="dst_gc" /> + <field type="CARD32" name="value_mask" mask="GC" /> + </request> + + <request name="SetDashes" opcode="58"> + <pad bytes="1" /> + <field type="GCONTEXT" name="gc" /> + <field type="CARD16" name="dash_offset" /> + <field type="CARD16" name="dashes_len" /> + <list type="CARD8" name="dashes"> + <fieldref>dashes_len</fieldref> + </list> + </request> + + <enum name="ClipOrdering"> + <item name="Unsorted"><value>0</value></item> + <item name="YSorted"> <value>1</value></item> + <item name="YXSorted"><value>2</value></item> + <item name="YXBanded"><value>3</value></item> + </enum> + + <request name="SetClipRectangles" opcode="59"> + <field type="BYTE" name="ordering" enum="ClipOrdering" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="clip_x_origin" /> + <field type="INT16" name="clip_y_origin" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="FreeGC" opcode="60"> + <pad bytes="1" /> + <field type="GCONTEXT" name="gc" /> + </request> + + <request name="ClearArea" opcode="61"> + <field type="BOOL" name="exposures" /> + <field type="WINDOW" name="window" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </request> + + <request name="CopyArea" opcode="62"> + <pad bytes="1" /> + <field type="DRAWABLE" name="src_drawable" /> + <field type="DRAWABLE" name="dst_drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </request> + + <request name="CopyPlane" opcode="63"> + <pad bytes="1" /> + <field type="DRAWABLE" name="src_drawable" /> + <field type="DRAWABLE" name="dst_drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="bit_plane" /> + </request> + + <enum name="CoordMode"> + <item name="Origin"> <value>0</value></item> + <item name="Previous"><value>1</value></item> + </enum> + + <!-- combine-adjacent doesn't work for mode==Relative --> + <request name="PolyPoint" opcode="64"> + <field type="BYTE" name="coordinate_mode" enum="CoordMode" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="POINT" name="points" /> + </request> + + <request name="PolyLine" opcode="65" combine-adjacent="true"> + <field type="BYTE" name="coordinate_mode" enum="CoordMode" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="POINT" name="points" /> + </request> + + <struct name="SEGMENT"> + <field type="INT16" name="x1" /> + <field type="INT16" name="y1" /> + <field type="INT16" name="x2" /> + <field type="INT16" name="y2" /> + </struct> + + <request name="PolySegment" opcode="66" combine-adjacent="true"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="SEGMENT" name="segments" /> + </request> + + <request name="PolyRectangle" opcode="67" combine-adjacent="true"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <!-- + The semantics of PolyArc change after the first arc: the GC's + join style may be applied to successive arcs under some circumstances. + So using combine-adjacent here is bad. + --> + <request name="PolyArc" opcode="68"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="ARC" name="arcs" /> + </request> + + <enum name="PolyShape"> + <item name="Complex"> <value>0</value></item> + <item name="Nonconvex"><value>1</value></item> + <item name="Convex"> <value>2</value></item> + </enum> + + <request name="FillPoly" opcode="69"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="CARD8" name="shape" enum="PolyShape" /> + <field type="CARD8" name="coordinate_mode" enum="CoordMode" /> + <pad bytes="2" /> + <list type="POINT" name="points" /> + </request> + + <request name="PolyFillRectangle" opcode="70" combine-adjacent="true"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="RECTANGLE" name="rectangles" /> + </request> + + <request name="PolyFillArc" opcode="71" combine-adjacent="true"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <list type="ARC" name="arcs" /> + </request> + + <enum name="ImageFormat"> + <item name="XYBitmap"><value>0</value></item> + <item name="XYPixmap"><value>1</value></item> + <item name="ZPixmap"> <value>2</value></item> + </enum> + + <request name="PutImage" opcode="72"> + <field type="CARD8" name="format" enum="ImageFormat" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="INT16" name="dst_x" /> + <field type="INT16" name="dst_y" /> + <field type="CARD8" name="left_pad" /> + <field type="CARD8" name="depth" /> + <pad bytes="2" /> + <list type="BYTE" name="data" /> + </request> + + <!-- FIXME: data array in reply will include padding, but ought not to. --> + <request name="GetImage" opcode="73"> + <field type="CARD8" name="format" enum="ImageFormat" /> + <field type="DRAWABLE" name="drawable" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="plane_mask" /> + <reply> + <field type="CARD8" name="depth" /> + <field type="VISUALID" name="visual" /> + <pad bytes="20" /> + <list type="BYTE" name="data"> + <op op="*"> + <fieldref>length</fieldref> + <value>4</value> + </op> + </list> + </reply> + </request> + + <request name="PolyText8" opcode="74"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <list type="BYTE" name="items" /> + </request> + + <request name="PolyText16" opcode="75"> + <pad bytes="1" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <list type="BYTE" name="items" /> + </request> + + <request name="ImageText8" opcode="76"> + <field type="BYTE" name="string_len" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <list type="char" name="string"> + <fieldref>string_len</fieldref> + </list> + </request> + + <request name="ImageText16" opcode="77"> + <field type="BYTE" name="string_len" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="x" /> + <field type="INT16" name="y" /> + <list type="CHAR2B" name="string"> + <fieldref>string_len</fieldref> + </list> + </request> + + <enum name= "ColormapAlloc"> + <item name="None"><value>0</value></item> + <item name="All"> <value>1</value></item> + </enum> + + <request name="CreateColormap" opcode="78"> + <field type="BYTE" name="alloc" enum="ColormapAlloc" /> + <field type="COLORMAP" name="mid" /> + <field type="WINDOW" name="window" /> + <field type="VISUALID" name="visual" /> + </request> + + <request name="FreeColormap" opcode="79"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + </request> + + <request name="CopyColormapAndFree" opcode="80"> + <pad bytes="1" /> + <field type="COLORMAP" name="mid" /> + <field type="COLORMAP" name="src_cmap" /> + </request> + + <request name="InstallColormap" opcode="81"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + </request> + + <request name="UninstallColormap" opcode="82"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + </request> + + <request name="ListInstalledColormaps" opcode="83"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="cmaps_len" /> + <pad bytes="22" /> + <list type="COLORMAP" name="cmaps"> + <fieldref>cmaps_len</fieldref> + </list> + </reply> + </request> + + <request name="AllocColor" opcode="84"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <pad bytes="2" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <pad bytes="2" /> + <field type="CARD32" name="pixel" /> + </reply> + </request> + + <request name="AllocNamedColor" opcode="85"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="pixel" /> + <field type="CARD16" name="exact_red" /> + <field type="CARD16" name="exact_green" /> + <field type="CARD16" name="exact_blue" /> + <field type="CARD16" name="visual_red" /> + <field type="CARD16" name="visual_green" /> + <field type="CARD16" name="visual_blue" /> + </reply> + </request> + + <request name="AllocColorCells" opcode="86"> + <field type="BOOL" name="contiguous" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD16" name="colors" /> + <field type="CARD16" name="planes" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="pixels_len" /> + <field type="CARD16" name="masks_len" /> + <pad bytes="20" /> + <list type="CARD32" name="pixels"> + <fieldref>pixels_len</fieldref> + </list> + <list type="CARD32" name="masks"> + <fieldref>masks_len</fieldref> + </list> + </reply> + </request> + + <request name="AllocColorPlanes" opcode="87"> + <field type="BOOL" name="contiguous" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD16" name="colors" /> + <field type="CARD16" name="reds" /> + <field type="CARD16" name="greens" /> + <field type="CARD16" name="blues" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="pixels_len" /> + <pad bytes="2" /> + <field type="CARD32" name="red_mask" /> + <field type="CARD32" name="green_mask" /> + <field type="CARD32" name="blue_mask" /> + <pad bytes="8" /> + <list type="CARD32" name="pixels"> + <fieldref>pixels_len</fieldref> + </list> + </reply> + </request> + + <request name="FreeColors" opcode="88"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD32" name="plane_mask" /> + <list type="CARD32" name="pixels" /> + </request> + + <enum name="ColorFlag"> + <item name="Red"> <bit>0</bit></item> + <item name="Green"><bit>1</bit></item> + <item name="Blue"> <bit>2</bit></item> + </enum> + + <struct name="COLORITEM"> + <field type="CARD32" name="pixel" /> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <field type="BYTE" name="flags" mask="ColorFlag" /> + <pad bytes="1" /> + </struct> + + <request name="StoreColors" opcode="89" combine-adjacent="true"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <list type="COLORITEM" name="items" /> + </request> + + <request name="StoreNamedColor" opcode="90"> + <field type="CARD8" name="flags" mask="ColorFlag" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD32" name="pixel" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + </request> + + <struct name="RGB"> + <field type="CARD16" name="red" /> + <field type="CARD16" name="green" /> + <field type="CARD16" name="blue" /> + <pad bytes="2" /> + </struct> + + <request name="QueryColors" opcode="91"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <list type="CARD32" name="pixels" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="colors_len" /> + <pad bytes="22" /> + <list type="RGB" name="colors"> + <fieldref>colors_len</fieldref> + </list> + </reply> + </request> + + <request name="LookupColor" opcode="92"> + <pad bytes="1" /> + <field type="COLORMAP" name="cmap" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="exact_red" /> + <field type="CARD16" name="exact_green" /> + <field type="CARD16" name="exact_blue" /> + <field type="CARD16" name="visual_red" /> + <field type="CARD16" name="visual_green" /> + <field type="CARD16" name="visual_blue" /> + </reply> + </request> + + <enum name="Pixmap"> + <item name="None"> <value>0</value></item> + </enum> + + <request name="CreateCursor" opcode="93"> + <pad bytes="1" /> + <field type="CURSOR" name="cid" /> + <field type="PIXMAP" name="source" /> + <field type="PIXMAP" name="mask" altenum="Pixmap" /> + <field type="CARD16" name="fore_red" /> + <field type="CARD16" name="fore_green" /> + <field type="CARD16" name="fore_blue" /> + <field type="CARD16" name="back_red" /> + <field type="CARD16" name="back_green" /> + <field type="CARD16" name="back_blue" /> + <field type="CARD16" name="x" /> + <field type="CARD16" name="y" /> + </request> + + <enum name="Font"> + <item name="None"> <value>0</value></item> + </enum> + + <request name="CreateGlyphCursor" opcode="94"> + <pad bytes="1" /> + <field type="CURSOR" name="cid" /> + <field type="FONT" name="source_font" /> + <field type="FONT" name="mask_font" altenum="Font" /> + <field type="CARD16" name="source_char" /> + <field type="CARD16" name="mask_char" /> + <field type="CARD16" name="fore_red" /> + <field type="CARD16" name="fore_green" /> + <field type="CARD16" name="fore_blue" /> + <field type="CARD16" name="back_red" /> + <field type="CARD16" name="back_green" /> + <field type="CARD16" name="back_blue" /> + </request> + + <request name="FreeCursor" opcode="95"> + <pad bytes="1" /> + <field type="CURSOR" name="cursor" /> + </request> + + <request name="RecolorCursor" opcode="96"> + <pad bytes="1" /> + <field type="CURSOR" name="cursor" /> + <field type="CARD16" name="fore_red" /> + <field type="CARD16" name="fore_green" /> + <field type="CARD16" name="fore_blue" /> + <field type="CARD16" name="back_red" /> + <field type="CARD16" name="back_green" /> + <field type="CARD16" name="back_blue" /> + </request> + + <enum name="QueryShapeOf"> + <item name="LargestCursor"> <value>0</value></item> + <item name="FastestTile"> <value>1</value></item> + <item name="FastestStipple"><value>2</value></item> + </enum> + + <request name="QueryBestSize" opcode="97"> + <field type="CARD8" name="class" enum="QueryShapeOf" /> + <field type="DRAWABLE" name="drawable" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + </reply> + </request> + + <request name="QueryExtension" opcode="98"> + <pad bytes="1" /> + <field type="CARD16" name="name_len" /> + <pad bytes="2" /> + <list type="char" name="name"> + <fieldref>name_len</fieldref> + </list> + <reply> + <pad bytes="1" /> + <field type="BOOL" name="present" /> + <field type="CARD8" name="major_opcode" /> + <field type="CARD8" name="first_event" /> + <field type="CARD8" name="first_error" /> + </reply> + </request> + + <request name="ListExtensions" opcode="99"> + <reply> + <field type="CARD8" name="names_len" /> + <pad bytes="24" /> + <list type="STR" name="names"> + <fieldref>names_len</fieldref> + </list> + </reply> + </request> + + <request name="ChangeKeyboardMapping" opcode="100"> + <field type="CARD8" name="keycode_count" /> + <field type="KEYCODE" name="first_keycode" /> + <field type="CARD8" name="keysyms_per_keycode" /> + <list type="KEYSYM" name="keysyms"> + <op op="*"> + <fieldref>keycode_count</fieldref> + <fieldref>keysyms_per_keycode</fieldref> + </op> + </list> + </request> + + <request name="GetKeyboardMapping" opcode="101"> + <pad bytes="1" /> + <field type="KEYCODE" name="first_keycode" /> + <field type="CARD8" name="count" /> + <reply> + <field type="BYTE" name="keysyms_per_keycode" /> + <pad bytes="24" /> + <list type="KEYSYM" name="keysyms"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <enum name="KB"> + <item name="KeyClickPercent"><bit>0</bit></item> + <item name="BellPercent"> <bit>1</bit></item> + <item name="BellPitch"> <bit>2</bit></item> + <item name="BellDuration"> <bit>3</bit></item> + <item name="Led"> <bit>4</bit></item> + <item name="LedMode"> <bit>5</bit></item> + <item name="Key"> <bit>6</bit></item> + <item name="AutoRepeatMode"> <bit>7</bit></item> + </enum> + + <enum name="LedMode"> + <item name="Off"><value>0</value></item> + <item name="On"> <value>1</value></item> + </enum> + + <enum name="AutoRepeatMode"> + <item name="Off"> <value>0</value></item> + <item name="On"> <value>1</value></item> + <item name="Default"><value>2</value></item> + </enum> + + <request name="ChangeKeyboardControl" opcode="102"> + <pad bytes="1" /> + <valueparam value-mask-type="CARD32" + value-mask-name="value_mask" + value-list-name="value_list" /> + </request> + + <request name="GetKeyboardControl" opcode="103"> + <reply> + <field type="BYTE" name="global_auto_repeat" enum="AutoRepeatMode" /> + <field type="CARD32" name="led_mask" /> + <field type="CARD8" name="key_click_percent" /> + <field type="CARD8" name="bell_percent" /> + <field type="CARD16" name="bell_pitch" /> + <field type="CARD16" name="bell_duration" /> + <pad bytes="2" /> + <list type="CARD8" name="auto_repeats"><value>32</value></list> + </reply> + </request> + + <request name="Bell" opcode="104"> + <field type="INT8" name="percent" /> + </request> + + <request name="ChangePointerControl" opcode="105"> + <pad bytes="1" /> + <field type="INT16" name="acceleration_numerator" /> + <field type="INT16" name="acceleration_denominator" /> + <field type="INT16" name="threshold" /> + <field type="BOOL" name="do_acceleration" /> + <field type="BOOL" name="do_threshold" /> + </request> + + <request name="GetPointerControl" opcode="106"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="acceleration_numerator" /> + <field type="CARD16" name="acceleration_denominator" /> + <field type="CARD16" name="threshold" /> + <pad bytes="18" /> + </reply> + </request> + + <!-- Screen saver timeout and interval can be set to -1 to restore defaults + and set to 0 to disable the screen saver. --> + + <enum name="Blanking"> + <item name="NotPreferred"><value>0</value></item> + <item name="Preferred"> <value>1</value></item> + <item name="Default"> <value>2</value></item> + </enum> + + <enum name="Exposures"> + <item name="NotAllowed"><value>0</value></item> + <item name="Allowed"> <value>1</value></item> + <item name="Default"> <value>2</value></item> + </enum> + + <request name="SetScreenSaver" opcode="107"> + <pad bytes="1" /> + <field type="INT16" name="timeout" /> + <field type="INT16" name="interval" /> + <field type="CARD8" name="prefer_blanking" enum="Blanking" /> + <field type="CARD8" name="allow_exposures" enum="Exposures" /> + </request> + + <request name="GetScreenSaver" opcode="108"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="timeout" /> + <field type="CARD16" name="interval" /> + <field type="BYTE" name="prefer_blanking" enum="Blanking" /> + <field type="BYTE" name="allow_exposures" enum="Exposures" /> + <pad bytes="18" /> + </reply> + </request> + + <enum name="HostMode"> + <item name="Insert"><value>0</value></item> + <item name="Delete"><value>1</value></item> + </enum> + + <!-- also used and extended for Xau authentication --> + <enum name="Family"> + <item name="Internet"> <value>0</value></item> + <item name="DECnet"> <value>1</value></item> + <item name="Chaos"> <value>2</value></item> + <item name="ServerInterpreted"><value>5</value></item> + <item name="Internet6"> <value>6</value></item> + </enum> + + <request name="ChangeHosts" opcode="109"> + <field type="CARD8" name="mode" enum="HostMode" /> + <field type="CARD8" name="family" enum="Family" /> + <pad bytes="1" /> + <field type="CARD16" name="address_len" /> + <list type="char" name="address"> + <fieldref>address_len</fieldref> + </list> + </request> + + <struct name="HOST"> + <field type="CARD8" name="family" enum="Family" /> + <pad bytes="1" /> + <field type="CARD16" name="address_len" /> + <list type="BYTE" name="address"> + <fieldref>address_len</fieldref> + </list> + </struct> + + <request name="ListHosts" opcode="110"> + <reply> + <field type="BYTE" name="mode" enum="AccessControl" /> + <field type="CARD16" name="hosts_len" /> + <pad bytes="22" /> + <list type="HOST" name="hosts"> + <fieldref>hosts_len</fieldref> + </list> + </reply> + </request> + + <enum name="AccessControl"> + <item name="Disable"><value>0</value></item> + <item name="Enable"> <value>1</value></item> + </enum> + + <request name="SetAccessControl" opcode="111"> + <field type="CARD8" name="mode" enum="AccessControl" /> + </request> + + <enum name="CloseDown"> + <item name="DestroyAll"> <value>0</value></item> + <item name="RetainPermanent"><value>1</value></item> + <item name="RetainTemporary"><value>2</value></item> + </enum> + + <request name="SetCloseDownMode" opcode="112"> + <field type="CARD8" name="mode" enum="CloseDown" /> + </request> + + <enum name="Kill"> + <item name="AllTemporary"><value>0</value></item> + </enum> + + <request name="KillClient" opcode="113"> + <pad bytes="1" /> + <field type="CARD32" name="resource" altenum="Kill" /> + </request> + + <request name="RotateProperties" opcode="114"> + <pad bytes="1" /> + <field type="WINDOW" name="window" /> + <field type="CARD16" name="atoms_len" /> + <field type="INT16" name="delta" /> + <list type="ATOM" name="atoms"> + <fieldref>atoms_len</fieldref> + </list> + </request> + + <enum name="ScreenSaver"> + <item name="Reset"> <value>0</value></item> + <item name="Active"><value>1</value></item> + </enum> + + <request name="ForceScreenSaver" opcode="115"> + <field type="CARD8" name="mode" enum="ScreenSaver" /> + </request> + + <!-- Reply from SetPointerMapping or SetModifierMapping --> + <enum name="MappingStatus"> + <item name="Success"><value>0</value></item> + <item name="Busy"> <value>1</value></item> + <item name="Failure"><value>2</value></item> + </enum> + + <request name="SetPointerMapping" opcode="116"> + <field type="CARD8" name="map_len" /> + <list type="CARD8" name="map"> + <fieldref>map_len</fieldref> + </list> + <reply> + <field type="BYTE" name="status" enum="MappingStatus" /> + </reply> + </request> + + <request name="GetPointerMapping" opcode="117"> + <reply> + <field type="CARD8" name="map_len" /> + <pad bytes="24" /> + <list type="CARD8" name="map"> + <fieldref>map_len</fieldref> + </list> + </reply> + </request> + + <enum name="MapIndex"> + <item name="Shift"> <value>0</value></item> + <item name="Lock"> <value>1</value></item> + <item name="Control"><value>2</value></item> + <item name="1"> <value>3</value></item> + <item name="2"> <value>4</value></item> + <item name="3"> <value>5</value></item> + <item name="4"> <value>6</value></item> + <item name="5"> <value>7</value></item> + </enum> + + <request name="SetModifierMapping" opcode="118"> + <field type="CARD8" name="keycodes_per_modifier" /> + <list type="KEYCODE" name="keycodes"> + <op op="*"> + <fieldref>keycodes_per_modifier</fieldref> + <value>8</value> + </op> + </list> + <reply> + <field type="BYTE" name="status" enum="MappingStatus" /> + </reply> + </request> + + <request name="GetModifierMapping" opcode="119"> + <reply> + <field type="CARD8" name="keycodes_per_modifier" /> + <pad bytes="24" /> + <list type="KEYCODE" name="keycodes"> + <op op="*"> + <fieldref>keycodes_per_modifier</fieldref> + <value>8</value> + </op> + </list> + </reply> + </request> + + <!-- + FIXME: NoOperation should allow specifying payload length + but geez, malloc()ing a 262140 byte buffer just so I have something + to hand to write(2) seems silly...! + --> + <request name="NoOperation" opcode="127" /> + +</xcb> diff --git a/libxcb/xcb-proto/src/xselinux.xml b/libxcb/xcb-proto/src/xselinux.xml new file mode 100644 index 000000000..7751470ca --- /dev/null +++ b/libxcb/xcb-proto/src/xselinux.xml @@ -0,0 +1,276 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> +<xcb header="xselinux" extension-xname="SELinux" extension-name="SELinux" + extension-multiword="false" major-version="1" minor-version="0"> + <import>xproto</import> + + <request name="QueryVersion" opcode="0"> + <field type="CARD8" name="client_major" /> + <field type="CARD8" name="client_minor" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="server_major" /> + <field type="CARD16" name="server_minor" /> + </reply> + </request> + + <request name="SetDeviceCreateContext" opcode="1"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetDeviceCreateContext" opcode="2"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="SetDeviceContext" opcode="3"> + <field type="CARD32" name="device" /> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetDeviceContext" opcode="4"> + <field type="CARD32" name="device" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="SetWindowCreateContext" opcode="5"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetWindowCreateContext" opcode="6"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="GetWindowContext" opcode="7"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <struct name="ListItem"> + <field type="ATOM" name="name" /> + <field type="CARD32" name="object_context_len" /> + <field type="CARD32" name="data_context_len" /> + <list type="char" name="object_context"> + <fieldref>object_context_len</fieldref> + </list> + <list type="char" name="data_context"> + <fieldref>data_context_len</fieldref> + </list> + </struct> + + <request name="SetPropertyCreateContext" opcode="8"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetPropertyCreateContext" opcode="9"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="SetPropertyUseContext" opcode="10"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetPropertyUseContext" opcode="11"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="GetPropertyContext" opcode="12"> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="property" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="GetPropertyDataContext" opcode="13"> + <field type="WINDOW" name="window" /> + <field type="ATOM" name="property" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="ListProperties" opcode="14"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="properties_len" /> + <pad bytes="20" /> + <list type="ListItem" name="properties"> + <fieldref>properties_len</fieldref> + </list> + </reply> + </request> + + <request name="SetSelectionCreateContext" opcode="15"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetSelectionCreateContext" opcode="16"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="SetSelectionUseContext" opcode="17"> + <field type="CARD32" name="context_len" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </request> + + <request name="GetSelectionUseContext" opcode="18"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="GetSelectionContext" opcode="19"> + <field type="ATOM" name="selection" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="GetSelectionDataContext" opcode="20"> + <field type="ATOM" name="selection" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + + <request name="ListSelections" opcode="21"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="selections_len" /> + <pad bytes="20" /> + <list type="ListItem" name="selections"> + <fieldref>selections_len</fieldref> + </list> + </reply> + </request> + + <request name="GetClientContext" opcode="22"> + <field type="CARD32" name="resource" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="context_len" /> + <pad bytes="20" /> + <list type="char" name="context"> + <fieldref>context_len</fieldref> + </list> + </reply> + </request> + +</xcb> diff --git a/libxcb/xcb-proto/src/xtest.xml b/libxcb/xcb-proto/src/xtest.xml new file mode 100644 index 000000000..e481929b7 --- /dev/null +++ b/libxcb/xcb-proto/src/xtest.xml @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Ian Osgood +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person ob/Sintaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xtest" extension-xname="XTEST" extension-name="Test" + major-version="2" minor-version="1"> + <!-- Conforms to XTEST 2.1 --> + + <import>xproto</import> + + <!-- Requests --> + <request name="GetVersion" opcode="0"> + <field type="CARD8" name="major_version" /> + <pad bytes="1" /> + <field type="CARD16" name="minor_version" /> + <reply> + <field type="CARD8" name="major_version" /> + <field type="CARD16" name="minor_version" /> + </reply> + </request> + + <enum name="Cursor"> + <item name="None"> <value>0</value></item> + <item name="Current"><value>1</value></item> + </enum> + + <request name="CompareCursor" opcode="1"> + <field type="WINDOW" name="window" /> + <field type="CURSOR" name="cursor" /> + <reply> + <field type="BOOL" name="same" /> + </reply> + </request> + + <!-- There are several ways to use the FakeInput request: + 1. Simulate a keypress: + type = XCBKeyPress or XCBKeyRelease + detail = keycode + 2. Simulate a button: + type = XCBButtonPress or XCBButtonRelease + detail = enum XCBButton (1..5) + 3. Simulate mouse motion: + type = XCBMotionNotify + detail = 0 or 1 + root = XCBNone or a root window id + rootX, + rootY = position (relative if detail==1) + + Version 2.2 adds support for the XInput extension: + 4. Simulate a device keypress + 5. Simulate a device button + 6. Simulate a proximity event + 7. Simulate a device motion event + [These are not yet supported, since we would also need to + send the variable-length state of the axes.] + + In each case, time is set to a delay in milliseconds. + --> + + <request name="FakeInput" opcode="2"> + <field type="BYTE" name="type" /> + <field type="BYTE" name="detail" /> + <pad bytes="2" /> + <field type="CARD32" name="time" /> + <field type="WINDOW" name="root" /> + <pad bytes="8" /> + <field type="CARD16" name="rootX" /> + <field type="CARD16" name="rootY" /> + <pad bytes="7" /> + <!-- Version 2.2: XInput device --> + <field type="CARD8" name="deviceid" /> + <!-- Version 2.2: optional axes state here --> + </request> + + <request name="GrabControl" opcode="3"> + <field type="BOOL" name="impervious" /> + <pad bytes="3" /> + </request> + + <!-- No events or errors --> + +</xcb> diff --git a/libxcb/xcb-proto/src/xv.xml b/libxcb/xcb-proto/src/xv.xml new file mode 100644 index 000000000..d2bfc2992 --- /dev/null +++ b/libxcb/xcb-proto/src/xv.xml @@ -0,0 +1,450 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xv" extension-xname="XVideo" extension-name="Xv" major-version="2" minor-version="2"> + <import>xproto</import> + <import>shm</import> + <!-- Implements version 2.2 of XV --> + + <!-- XIDs --> + <xidtype name="PORT" /> + <xidtype name="ENCODING" /> + + <enum name="Type"> + <item name="InputMask"><bit>0</bit></item> + <item name="OutputMask"><bit>1</bit></item> + <item name="VideoMask"><bit>2</bit></item> + <item name="StillMask"><bit>3</bit></item> + <item name="ImageMask"><bit>4</bit></item> + </enum> + + <enum name="ImageFormatInfoType"> + <item name="RGB" /> + <item name="YUV" /> + </enum> + + <enum name="ImageFormatInfoFormat"> + <item name="Packed" /> + <item name="Planar" /> + </enum> + + <enum name="AttributeFlag"> + <item name="Gettable"><bit>0</bit></item> + <item name="Settable"><bit>1</bit></item> + </enum> + + <enum name="VideoNotifyReason"> + <item name="Started" /> + <item name="Stopped" /> + <item name="Busy" /> + <item name="Preempted" /> + <item name="HardError" /> + </enum> + + <enum name="ScanlineOrder"> + <item name="TopToBottom" /> + <item name="BottomToTop" /> + </enum> + + <enum name="GrabPortStatus"> + <item name="Success" /> + <item name="BadExtension" /> + <item name="AlreadyGrabbed" /> + <item name="InvalidTime" /> + <item name="BadReply" /> + <item name="BadAlloc" /> + </enum> + + <struct name="Rational"> + <field type="INT32" name="numerator" /> + <field type="INT32" name="denominator" /> + </struct> + + <struct name="Format"> + <field type="VISUALID" name="visual" /> + <field type="CARD8" name="depth" /> + <pad bytes="3" /> + </struct> + + <struct name="AdaptorInfo"> + <field type="PORT" name="base_id" /> + <field type="CARD16" name="name_size" /> + <field type="CARD16" name="num_ports" /> + <field type="CARD16" name="num_formats" /> + <field type="CARD8" name="type" mask="Type" /> + <pad bytes="1" /> + <list type="char" name="name"> + <fieldref>name_size</fieldref> + </list> + <list type="Format" name="formats"> + <fieldref>num_formats</fieldref> + </list> + + </struct> + + <struct name="EncodingInfo"> + <field type="ENCODING" name="encoding" /> + <field type="CARD16" name="name_size" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <!-- + Some versions of Xvproto.h incorrectly have + this padding after "rate". + --> + <pad bytes="2" /> + <field type="Rational" name="rate" /> + <list type="char" name="name"> + <fieldref>name_size</fieldref> + </list> + </struct> + + <struct name="Image"> + <field type="CARD32" name="id" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="data_size" /> + <field type="CARD32" name="num_planes" /> + <list type="CARD32" name="pitches"> + <fieldref>num_planes</fieldref> + </list> + <list type="CARD32" name="offsets"> + <fieldref>num_planes</fieldref> + </list> + <list type="CARD8" name="data"> + <fieldref>data_size</fieldref> + </list> + <!-- Some XPointer "obdata" for SHM use--> + </struct> + + <struct name="AttributeInfo"> + <field type="CARD32" name="flags" mask="AttributeFlag" /> + <field type="INT32" name="min" /> + <field type="INT32" name="max" /> + <field type="CARD32" name="size" /> + <list type="char" name="name"> + <fieldref>size</fieldref> + </list> + </struct> + + <struct name="ImageFormatInfo"> + <field type="CARD32" name="id" /> + <field type="CARD8" name="type" enum="ImageFormatInfoType" /> + <field type="CARD8" name="byte_order" enum="ImageOrder" /> + <pad bytes="2" /> + <list type="CARD8" name="guid"> + <value>16</value> + </list> + <field type="CARD8" name="bpp" /> + <field type="CARD8" name="num_planes" /> + <pad bytes="2" /> + <field type="CARD8" name="depth" /> + <pad bytes="3" /> + <field type="CARD32" name="red_mask" /> + <field type="CARD32" name="green_mask" /> + <field type="CARD32" name="blue_mask" /> + <field type="CARD8" name="format" enum="ImageFormatInfoFormat" /> + <pad bytes="3" /> + <field type="CARD32" name="y_sample_bits" /> + <field type="CARD32" name="u_sample_bits" /> + <field type="CARD32" name="v_sample_bits" /> + <field type="CARD32" name="vhorz_y_period" /> + <field type="CARD32" name="vhorz_u_period" /> + <field type="CARD32" name="vhorz_v_period" /> + <field type="CARD32" name="vvert_y_period" /> + <field type="CARD32" name="vvert_u_period" /> + <field type="CARD32" name="vvert_v_period" /> + <list type="CARD8" name="vcomp_order"> + <value>32</value> + </list> + <field type="CARD8" name="vscanline_order" enum="ScanlineOrder" /> + <pad bytes="11" /> + </struct> + + + <!-- Errors --> + <error name="BadPort" number="0"/> + <error name="BadEncoding" number="1"/> + <error name="BadControl" number="2"/> + + <!-- Events --> + <event name="VideoNotify" number="0"> + <field type="BYTE" name="reason" enum="VideoNotifyReason" /> + <field type="TIMESTAMP" name="time" /> + <field type="DRAWABLE" name="drawable" /> + <field type="PORT" name="port" /> + </event> + + <event name="PortNotify" number="1"> + <pad bytes="1" /> + <field type="TIMESTAMP" name="time" /> + <field type="PORT" name="port" /> + <field type="ATOM" name="attribute" /> + <field type="INT32" name="value" /> + </event> + + + <!-- Requests --> + <request name="QueryExtension" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="major" /> + <field type="CARD16" name="minor" /> + </reply> + </request> + + <request name="QueryAdaptors" opcode="1"> + <field type="WINDOW" name="window" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_adaptors" /> + <pad bytes="22" /> + <list type="AdaptorInfo" name="info"> + <fieldref>num_adaptors</fieldref> + </list> + </reply> + </request> + + <request name="QueryEncodings" opcode="2"> + <field type="PORT" name="port" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="num_encodings" /> + <!-- + In Xvproto.h this padding is 24 bytes + in actuality it is 22 bytes + --> + <pad bytes="22" /> + <list type="EncodingInfo" name="info"> + <fieldref>num_encodings</fieldref> + </list> + </reply> + </request> + + <request name="GrabPort" opcode="3"> + <field type="PORT" name="port" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + <reply> + <field type="BYTE" name="result" enum="GrabPortStatus" /> + </reply> + </request> + + <request name="UngrabPort" opcode="4"> + <field type="PORT" name="port" /> + <field type="TIMESTAMP" name="time" altenum="Time" /> + </request> + + <request name="PutVideo" opcode="5"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="vid_x" /> + <field type="INT16" name="vid_y" /> + <field type="CARD16" name="vid_w" /> + <field type="CARD16" name="vid_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + </request> + + <request name="PutStill" opcode="6"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="vid_x" /> + <field type="INT16" name="vid_y" /> + <field type="CARD16" name="vid_w" /> + <field type="CARD16" name="vid_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + </request> + + <request name="GetVideo" opcode="7"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="vid_x" /> + <field type="INT16" name="vid_y" /> + <field type="CARD16" name="vid_w" /> + <field type="CARD16" name="vid_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + </request> + + <request name="GetStill" opcode="8"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="INT16" name="vid_x" /> + <field type="INT16" name="vid_y" /> + <field type="CARD16" name="vid_w" /> + <field type="CARD16" name="vid_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + </request> + + <request name="StopVideo" opcode="9"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + </request> + + <request name="SelectVideoNotify" opcode="10"> + <field type="DRAWABLE" name="drawable" /> + <field type="BOOL" name="onoff" /> + <pad bytes="3" /> + </request> + + <request name="SelectPortNotify" opcode="11"> + <field type="PORT" name="port" /> + <field type="BOOL" name="onoff" /> + <pad bytes="3" /> + </request> + + <request name="QueryBestSize" opcode="12"> + <field type="PORT" name="port" /> + <field type="CARD16" name="vid_w" /> + <field type="CARD16" name="vid_h" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + <field type="BOOL" name="motion" /> + <pad bytes="3" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="actual_width" /> + <field type="CARD16" name="actual_height" /> + </reply> + </request> + + <request name="SetPortAttribute" opcode="13"> + <field type="PORT" name="port" /> + <field type="ATOM" name="attribute" /> + <field type="INT32" name="value" /> + </request> + + <request name="GetPortAttribute" opcode="14"> + <field type="PORT" name="port" /> + <field type="ATOM" name="attribute" /> + <reply> + <pad bytes="1" /> + <field type="INT32" name="value" /> + </reply> + </request> + + <!-- Not in the docs beyond this point :( --> + + <request name="QueryPortAttributes" opcode="15"> + <field type="PORT" name="port" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_attributes" /> + <field type="CARD32" name="text_size" /> + <pad bytes="16" /> + <list type="AttributeInfo" name="attributes"> + <fieldref>num_attributes</fieldref> + </list> + </reply> + </request> + + <request name="ListImageFormats" opcode="16"> + <field type="PORT" name="port" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_formats" /> + <pad bytes="20" /> + <list type="ImageFormatInfo" name="format"> + <fieldref>num_formats</fieldref> + </list> + </reply> + </request> + + <request name="QueryImageAttributes" opcode="17"> + <field type="PORT" name="port" /> + <field type="CARD32" name="id" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num_planes" /> + <field type="CARD32" name="data_size" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <pad bytes="12" /> + <list type="CARD32" name="pitches"> + <fieldref>num_planes</fieldref> + </list> + <list type="CARD32" name="offsets"> + <fieldref>num_planes</fieldref> + </list> + </reply> + </request> + + <request name="PutImage" opcode="18"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="CARD32" name="id" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="CARD16" name="src_w" /> + <field type="CARD16" name="src_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <list type="CARD8" name="data" /> + </request> + + <request name="ShmPutImage" opcode="19"> + <field type="PORT" name="port" /> + <field type="DRAWABLE" name="drawable" /> + <field type="GCONTEXT" name="gc" /> + <field type="SEG" name="shmseg" /> + <field type="CARD32" name="id" /> + <field type="CARD32" name="offset" /> + <field type="INT16" name="src_x" /> + <field type="INT16" name="src_y" /> + <field type="CARD16" name="src_w" /> + <field type="CARD16" name="src_h" /> + <field type="INT16" name="drw_x" /> + <field type="INT16" name="drw_y" /> + <field type="CARD16" name="drw_w" /> + <field type="CARD16" name="drw_h" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD8" name="send_event" /> + <pad bytes="3" /> + </request> +</xcb> diff --git a/libxcb/xcb-proto/src/xvmc.xml b/libxcb/xcb-proto/src/xvmc.xml new file mode 100644 index 000000000..ac80003f9 --- /dev/null +++ b/libxcb/xcb-proto/src/xvmc.xml @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright (C) 2006 Jeremy Kolb. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. +--> + +<xcb header="xvmc" extension-xname="XVideo-MotionCompensation" extension-name="XvMC" major-version="1" minor-version="1"> + <import>xv</import> + + <xidtype name="CONTEXT" /> + <xidtype name="SURFACE" /> + <xidtype name="SUBPICTURE" /> + + <struct name="SurfaceInfo"> + <field type="SURFACE" name="id" /> + <field type="CARD16" name="chroma_format" /> + <field type="CARD16" name="pad0" /> + <field type="CARD16" name="max_width" /> + <field type="CARD16" name="max_height" /> + <field type="CARD16" name="subpicture_max_width" /> + <field type="CARD16" name="subpicture_max_height" /> + <field type="CARD32" name="mc_type" /> + <field type="CARD32" name="flags" /> + </struct> + + <request name="QueryVersion" opcode="0"> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="major" /> + <field type="CARD32" name="minor" /> + </reply> + </request> + + <request name="ListSurfaceTypes" opcode="1"> + <field type="PORT" name="port_id" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num" /> + <pad bytes="20" /> + <list type="SurfaceInfo" name="surfaces"> + <fieldref>num</fieldref> + </list> + </reply> + </request> + + <request name="CreateContext" opcode="2"> + <field type="CONTEXT" name="context_id" /> + <field type="PORT" name="port_id" /> + <field type="SURFACE" name="surface_id" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <field type="CARD32" name="flags" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="width_actual" /> + <field type="CARD16" name="height_actual" /> + <field type="CARD32" name="flags_return" /> + <pad bytes="20" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="DestroyContext" opcode="3"> + <field type="CONTEXT" name="context_id" /> + </request> + + <request name="CreateSurface" opcode="4"> + <field type="SURFACE" name="surface_id" /> + <field type="CONTEXT" name="context_id" /> + <reply> + <pad bytes="1" /> + <pad bytes="24" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="DestroySurface" opcode="5"> + <field type="SURFACE" name="surface_id" /> + </request> + + <request name="CreateSubpicture" opcode="6"> + <field type="SUBPICTURE" name="subpicture_id" /> + <field type="CONTEXT" name="context" /> + <field type="CARD32" name="xvimage_id" /> + <field type="CARD16" name="width" /> + <field type="CARD16" name="height" /> + <reply> + <pad bytes="1" /> + <field type="CARD16" name="width_actual" /> + <field type="CARD16" name="height_actual" /> + <field type="CARD16" name="num_palette_entries" /> + <field type="CARD16" name="entry_bytes" /> + <list type="CARD8" name="component_order"> + <value>4</value> + </list> + <pad bytes="12" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> + </reply> + </request> + + <request name="DestroySubpicture" opcode="7"> + <field type="SUBPICTURE" name="subpicture_id" /> + </request> + + <request name="ListSubpictureTypes" opcode="8"> + <field type="PORT" name="port_id" /> + <field type="SURFACE" name="surface_id" /> + <reply> + <pad bytes="1" /> + <field type="CARD32" name="num" /> + <pad bytes="20" /> + <list type="ImageFormatInfo" name="types"> + <fieldref>num</fieldref> + </list> + </reply> + </request> + +</xcb> diff --git a/libxcb/xcb-proto/xcb-proto.pc.in b/libxcb/xcb-proto/xcb-proto.pc.in new file mode 100644 index 000000000..6cbcf2779 --- /dev/null +++ b/libxcb/xcb-proto/xcb-proto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +datarootdir=@datarootdir@ +datadir=@datadir@ +xcbincludedir=@xcbincludedir@ +pythondir=@pythondir@ + +Name: XCB Proto +Description: X protocol descriptions for XCB +Version: @PACKAGE_VERSION@ diff --git a/libxcb/xcb-proto/xcbgen/Makefile.am b/libxcb/xcb-proto/xcbgen/Makefile.am new file mode 100644 index 000000000..110a992f1 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/Makefile.am @@ -0,0 +1,3 @@ +pkgpythondir = $(pythondir)/xcbgen + +pkgpython_PYTHON = __init__.py error.py expr.py matcher.py state.py xtypes.py diff --git a/libxcb/xcb-proto/xcbgen/Makefile.in b/libxcb/xcb-proto/xcbgen/Makefile.in new file mode 100644 index 000000000..14d4ba311 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/Makefile.in @@ -0,0 +1,329 @@ +# Makefile.in generated by automake 1.10.2 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = xcbgen +DIST_COMMON = $(pkgpython_PYTHON) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(pkgpythondir)" +pkgpythonPYTHON_INSTALL = $(INSTALL_DATA) +py_compile = $(top_srcdir)/py-compile +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XMLLINT = @XMLLINT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = $(pythondir)/xcbgen +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +xcbincludedir = @xcbincludedir@ +pkgpython_PYTHON = __init__.py error.py expr.py matcher.py state.py xtypes.py +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xcbgen/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign xcbgen/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-pkgpythonPYTHON: $(pkgpython_PYTHON) + @$(NORMAL_INSTALL) + test -z "$(pkgpythondir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpythondir)" + @list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \ + if test -f $$b$$p; then \ + f=$(am__strip_dir) \ + dlist="$$dlist $$f"; \ + echo " $(pkgpythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(pkgpythondir)/$$f'"; \ + $(pkgpythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(pkgpythondir)/$$f"; \ + else :; fi; \ + done; \ + if test -n "$$dlist"; then \ + if test -z "$(DESTDIR)"; then \ + PYTHON=$(PYTHON) $(py_compile) --basedir "$(pkgpythondir)" $$dlist; \ + else \ + PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(pkgpythondir)" $$dlist; \ + fi; \ + else :; fi + +uninstall-pkgpythonPYTHON: + @$(NORMAL_UNINSTALL) + @list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + f=$(am__strip_dir) \ + rm -f "$(DESTDIR)$(pkgpythondir)/$$f"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}c"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}o"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: + for dir in "$(DESTDIR)$(pkgpythondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-pkgpythonPYTHON + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgpythonPYTHON + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgpythonPYTHON install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-pkgpythonPYTHON + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libxcb/xcb-proto/xcbgen/__init__.py b/libxcb/xcb-proto/xcbgen/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/__init__.py @@ -0,0 +1 @@ + diff --git a/libxcb/xcb-proto/xcbgen/error.py b/libxcb/xcb-proto/xcbgen/error.py new file mode 100644 index 000000000..bbcd5013d --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/error.py @@ -0,0 +1,5 @@ +class ResolveException(Exception): + ''' + Gets thrown when a type doesn't resolve in the XML. + ''' + pass diff --git a/libxcb/xcb-proto/xcbgen/expr.py b/libxcb/xcb-proto/xcbgen/expr.py new file mode 100644 index 000000000..522e17d09 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/expr.py @@ -0,0 +1,88 @@ +''' +This module contains helper classes for structure fields and length expressions. +''' +class Field(object): + ''' + Represents a field of a structure. + + type is the datatype object for the field. + field_type is the name of the type (string tuple) + field_name is the name of the structure field. + visible is true iff the field should be in the request API. + wire is true iff the field should be in the request structure. + auto is true iff the field is on the wire but not in the request API (e.g. opcode) + ''' + def __init__(self, type, field_type, field_name, visible, wire, auto): + self.type = type + self.field_type = field_type + self.field_name = field_name + self.visible = visible + self.wire = wire + self.auto = auto + + +class Expression(object): + ''' + Represents a mathematical expression for a list length or exprfield. + + Public fields: + op is the operation (text +,*,/,<<) or None. + lhs and rhs are the sub-Expressions if op is set. + lenfield_name is the name of the length field, or None for request lists. + lenfield is the Field object for the length field, or None. + bitfield is True if the length field is a bitmask instead of a number. + nmemb is the fixed size (value)of the expression, or None + ''' + def __init__(self, elt, parent): + self.parent = parent + + self.nmemb = None + + self.lenfield_name = None + self.lenfield_type = None + self.lenfield = None + self.lenwire = False + self.bitfield = False + + self.op = None + self.lhs = None + self.rhs = None + + if elt.tag == 'list': + # List going into a request, which has no length field (inferred by server) + self.lenfield_name = elt.get('name') + '_len' + self.lenfield_type = 'CARD32' + + elif elt.tag == 'fieldref': + # Standard list with a fieldref + self.lenfield_name = elt.text + + elif elt.tag == 'valueparam': + # Value-mask. The length bitmask is described by attributes. + self.lenfield_name = elt.get('value-mask-name') + self.lenfield_type = elt.get('value-mask-type') + self.lenwire = True + self.bitfield = True + + elif elt.tag == 'op': + # Op field. Need to recurse. + self.op = elt.get('op') + self.lhs = Expression(list(elt)[0], parent) + self.rhs = Expression(list(elt)[1], parent) + + # Hopefully we don't have two separate length fields... + self.lenfield_name = self.lhs.lenfield_name + if self.lenfield_name == None: + self.lenfield_name = self.rhs.lenfield_name + + elif elt.tag == 'value': + # Constant expression + self.nmemb = int(elt.text) + + else: + # Notreached + raise Exception('XXX') + + + def fixed_size(self): + return self.nmemb != None diff --git a/libxcb/xcb-proto/xcbgen/matcher.py b/libxcb/xcb-proto/xcbgen/matcher.py new file mode 100644 index 000000000..e7958fa44 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/matcher.py @@ -0,0 +1,112 @@ +''' +XML parser. One function for each top-level element in the schema. + +Most functions just declare a new object and add it to the module. +For typedefs, eventcopies, xidtypes, and other aliases though, +we do not create a new type object, we just record the existing one under a new name. +''' + +from os.path import join +from xml.etree.cElementTree import parse + +import state +from xtypes import * + +def import_(node, module, namespace): + ''' + For imports, we load the file, create a new namespace object, + execute recursively, then record the import (for header files, etc.) + ''' + new_file = join(namespace.dir, '%s.xml' % node.text) + new_root = parse(new_file).getroot() + new_namespace = state.Namespace(new_file) + execute(module, new_namespace) + if not module.has_import(node.text): + module.add_import(node.text, new_namespace) + +def typedef(node, module, namespace): + id = node.get('newname') + name = namespace.prefix + (id,) + type = module.get_type(node.get('oldname')) + module.add_type(id, namespace.ns, name, type) + +def xidtype(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = module.get_type('CARD32') + module.add_type(id, namespace.ns, name, type) + +def xidunion(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = module.get_type('CARD32') + module.add_type(id, namespace.ns, name, type) + +def enum(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = Enum(name, node) + module.add_type(id, namespace.ns, name, type) + +def struct(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = Struct(name, node) + module.add_type(id, namespace.ns, name, type) + +def union(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = Union(name, node) + module.add_type(id, namespace.ns, name, type) + +def request(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + type = Request(name, node) + module.add_request(id, name, type) + +def event(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + event = Event(name, node) + event.add_opcode(node.get('number'), name, True) + module.add_event(id, name, event) + +def eventcopy(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + event = module.get_event(node.get('ref')) + event.add_opcode(node.get('number'), name, False) + module.add_event(id, name, event) + +def error(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + error = Error(name, node) + error.add_opcode(node.get('number'), name, True) + module.add_error(id, name, error) + +def errorcopy(node, module, namespace): + id = node.get('name') + name = namespace.prefix + (id,) + error = module.get_error(node.get('ref')) + error.add_opcode(node.get('number'), name, False) + module.add_error(id, name, error) + +funcs = {'import' : import_, + 'typedef' : typedef, + 'xidtype' : xidtype, + 'xidunion' : xidunion, + 'enum' : enum, + 'struct' : struct, + 'union' : union, + 'request' : request, + 'event' : event, + 'eventcopy' : eventcopy, + 'error' : error, + 'errorcopy' : errorcopy} + +def execute(module, namespace): + for elt in list(namespace.root): + funcs[elt.tag](elt, module, namespace) diff --git a/libxcb/xcb-proto/xcbgen/state.py b/libxcb/xcb-proto/xcbgen/state.py new file mode 100644 index 000000000..51efc9480 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/state.py @@ -0,0 +1,166 @@ +''' +This module contains the namespace class and the singleton module class. +''' +from os.path import dirname, basename +from xml.etree.cElementTree import parse + +import matcher +from error import * +from xtypes import * + +import __main__ + +class Namespace(object): + ''' + Contains the naming information for an extension. + + Public fields: + + header is the header attribute ("header file" name). + is_ext is true for extensions, false for xproto. + major_version and minor_version are extension version info. + ext_xname is the X extension name string. + ext_name is the XCB extension name prefix. + ''' + def __init__(self, filename): + # Path info + self.path = filename + self.dir = dirname(filename) + self.file = basename(filename) + + # Parse XML + self.root = parse(filename).getroot() + self.header = self.root.get('header') + self.ns = self.header + ':' + + # Get root element attributes + if self.root.get('extension-xname', False): + self.is_ext = True + self.major_version = self.root.get('major-version') + self.minor_version = self.root.get('minor-version') + self.ext_xname = self.root.get('extension-xname') + self.ext_name = self.root.get('extension-name') + self.prefix = ('xcb', self.ext_name) + else: + self.is_ext = False + self.ext_name = '' + self.prefix = ('xcb',) + + +class Module(object): + ''' + This is the grand, encompassing class that represents an entire XCB specification. + Only gets instantiated once, in the main() routine. + + Don't need to worry about this much except to declare it and to get the namespace. + + Public fields: + namespace contains the namespace info for the spec. + ''' + open = __main__.output['open'] + close = __main__.output['close'] + + def __init__(self, filename, output): + self.namespace = Namespace(filename) + self.output = output + + self.imports = [] + self.types = {} + self.events = {} + self.errors = {} + self.all = [] + + # Register some common types + self.add_type('CARD8', '', ('uint8_t',), tcard8) + self.add_type('CARD16', '', ('uint16_t',), tcard16) + self.add_type('CARD32', '', ('uint32_t',), tcard32) + self.add_type('INT8', '', ('int8_t',), tint8) + self.add_type('INT16', '', ('int16_t',), tint16) + self.add_type('INT32', '', ('int32_t',), tint32) + self.add_type('BYTE', '', ('uint8_t',), tcard8) + self.add_type('BOOL', '', ('uint8_t',), tcard8) + self.add_type('char', '', ('char',), tchar) + self.add_type('float', '', ('float',), tfloat) + self.add_type('double', '', ('double',), tdouble) + self.add_type('void', '', ('void',), tcard8) + + # This goes out and parses the rest of the XML + def register(self): + matcher.execute(self, self.namespace) + + # Recursively resolve all types + def resolve(self): + for (name, item) in self.all: + item.resolve(self) + + # Call all the output methods + def generate(self): + self.open() + + for (name, item) in self.all: + item.out(name) + + self.close() + + # Keeps track of what's been imported so far. + def add_import(self, name, namespace): + self.imports.append((name, namespace.header)) + + def has_import(self, name): + for (name_, header) in self.imports: + if name_ == name: + return True + return False + + # Keeps track of non-request/event/error datatypes + def add_type(self, id, ns, name, item): + key = ns + id + if key in self.types: + return + self.types[key] = (name, item) + if name[:-1] == self.namespace.prefix: + self.all.append((name, item)) + + def get_type_impl(self, id, idx): + key = id + if key in self.types: + return self.types[key][idx] + + key = self.namespace.ns + id + if key in self.types: + return self.types[key][idx] + + for key in self.types.keys(): + if key.rpartition(':')[2] == id: + return self.types[key][idx] + + raise ResolveException('Type %s not found' % id) + + def get_type(self, id): + return self.get_type_impl(id, 1) + + def get_type_name(self, id): + return self.get_type_impl(id, 0) + + # Keeps track of request datatypes + def add_request(self, id, name, item): + if name[:-1] == self.namespace.prefix: + self.all.append((name, item)) + + # Keeps track of event datatypes + def add_event(self, id, name, item): + self.events[id] = (name, item) + if name[:-1] == self.namespace.prefix: + self.all.append((name, item)) + + def get_event(self, id): + return self.events[id][1] + + # Keeps track of error datatypes + def add_error(self, id, name, item): + self.errors[id] = (name, item) + if name[:-1] == self.namespace.prefix: + self.all.append((name, item)) + + def get_error(self, id): + return self.errors[id][1] diff --git a/libxcb/xcb-proto/xcbgen/xtypes.py b/libxcb/xcb-proto/xcbgen/xtypes.py new file mode 100644 index 000000000..30617b8f4 --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/xtypes.py @@ -0,0 +1,491 @@ +''' +This module contains the classes which represent XCB data types. +''' +from expr import Field, Expression +import __main__ + +class Type(object): + ''' + Abstract base class for all XCB data types. + Contains default fields, and some abstract methods. + ''' + def __init__(self, name): + ''' + Default structure initializer. Sets up default fields. + + Public fields: + name is a tuple of strings specifying the full type name. + size is the size of the datatype in bytes, or None if variable-sized. + nmemb is 1 for non-list types, None for variable-sized lists, otherwise number of elts. + booleans for identifying subclasses, because I can't figure out isinstance(). + ''' + self.name = name + self.size = None + self.nmemb = None + self.resolved = False + + # Screw isinstance(). + self.is_simple = False + self.is_list = False + self.is_expr = False + self.is_container = False + self.is_reply = False + self.is_union = False + self.is_pad = False + + def resolve(self, module): + ''' + Abstract method for resolving a type. + This should make sure any referenced types are already declared. + ''' + raise Exception('abstract resolve method not overridden!') + + def out(self, name): + ''' + Abstract method for outputting code. + These are declared in the language-specific modules, and + there must be a dictionary containing them declared when this module is imported! + ''' + raise Exception('abstract out method not overridden!') + + def fixed_size(self): + ''' + Abstract method for determining if the data type is fixed-size. + ''' + raise Exception('abstract fixed_size method not overridden!') + + def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto): + ''' + Default method for making a data type a member of a structure. + Extend this if the data type needs to add an additional length field or something. + + module is the global module object. + complex_type is the structure object. + see Field for the meaning of the other parameters. + ''' + new_field = Field(self, field_type, field_name, visible, wire, auto) + + # We dump the _placeholder_byte if any fields are added. + for (idx, field) in enumerate(complex_type.fields): + if field == _placeholder_byte: + complex_type.fields[idx] = new_field + return + + complex_type.fields.append(new_field) + +class SimpleType(Type): + ''' + Derived class which represents a cardinal type like CARD32 or char. + Any type which is typedef'ed to cardinal will be one of these. + + Public fields added: + none + ''' + def __init__(self, name, size): + Type.__init__(self, name) + self.is_simple = True + self.size = size + self.nmemb = 1 + + def resolve(self, module): + self.resolved = True + + def fixed_size(self): + return True + + out = __main__.output['simple'] + + +# Cardinal datatype globals. See module __init__ method. +tcard8 = SimpleType(('uint8_t',), 1) +tcard16 = SimpleType(('uint16_t',), 2) +tcard32 = SimpleType(('uint32_t',), 4) +tint8 = SimpleType(('int8_t',), 1) +tint16 = SimpleType(('int16_t',), 2) +tint32 = SimpleType(('int32_t',), 4) +tchar = SimpleType(('char',), 1) +tfloat = SimpleType(('float',), 4) +tdouble = SimpleType(('double',), 8) + + +class Enum(SimpleType): + ''' + Derived class which represents an enum. Fixed-size. + + Public fields added: + values contains a list of (name, value) tuples. value is empty, or a number. + bits contains a list of (name, bitnum) tuples. items only appear if specified as a bit. bitnum is a number. + ''' + def __init__(self, name, elt): + SimpleType.__init__(self, name, 4) + self.values = [] + self.bits = [] + for item in list(elt): + # First check if we're using a default value + if len(list(item)) == 0: + self.values.append((item.get('name'), '')) + continue + + # An explicit value or bit was specified. + value = list(item)[0] + if value.tag == 'value': + self.values.append((item.get('name'), value.text)) + elif value.tag == 'bit': + self.values.append((item.get('name'), '%u' % (1 << int(value.text)))) + self.bits.append((item.get('name'), value.text)) + + def resolve(self, module): + self.resolved = True + + def fixed_size(self): + return True + + out = __main__.output['enum'] + + +class ListType(Type): + ''' + Derived class which represents a list of some other datatype. Fixed- or variable-sized. + + Public fields added: + member is the datatype of the list elements. + parent is the structure type containing the list. + expr is an Expression object containing the length information, for variable-sized lists. + ''' + def __init__(self, elt, member, parent): + Type.__init__(self, member.name) + self.is_list = True + self.member = member + self.parent = parent + + if elt.tag == 'list': + elts = list(elt) + self.expr = Expression(elts[0] if len(elts) else elt, self) + elif elt.tag == 'valueparam': + self.expr = Expression(elt, self) + + self.size = member.size if member.fixed_size() else None + self.nmemb = self.expr.nmemb if self.expr.fixed_size() else None + + def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto): + if not self.fixed_size(): + # We need a length field. + # Ask our Expression object for it's name, type, and whether it's on the wire. + lenfid = self.expr.lenfield_type + lenfield_name = self.expr.lenfield_name + lenwire = self.expr.lenwire + needlen = True + + # See if the length field is already in the structure. + for field in self.parent.fields: + if field.field_name == lenfield_name: + needlen = False + + # It isn't, so we need to add it to the structure ourself. + if needlen: + type = module.get_type(lenfid) + lenfield_type = module.get_type_name(lenfid) + type.make_member_of(module, complex_type, lenfield_type, lenfield_name, True, lenwire, False) + + # Add ourself to the structure by calling our original method. + Type.make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto) + + def resolve(self, module): + if self.resolved: + return + self.member.resolve(module) + + # Find my length field again. We need the actual Field object in the expr. + # This is needed because we might have added it ourself above. + if not self.fixed_size(): + for field in self.parent.fields: + if field.field_name == self.expr.lenfield_name and field.wire: + self.expr.lenfield = field + break + + self.resolved = True + + def fixed_size(self): + return self.member.fixed_size() and self.expr.fixed_size() + +class ExprType(Type): + ''' + Derived class which represents an exprfield. Fixed size. + + Public fields added: + expr is an Expression object containing the value of the field. + ''' + def __init__(self, elt, member, parent): + Type.__init__(self, member.name) + self.is_expr = True + self.member = member + self.parent = parent + + self.expr = Expression(list(elt)[0], self) + + self.size = member.size + self.nmemb = 1 + + def resolve(self, module): + if self.resolved: + return + self.member.resolve(module) + self.resolved = True + + def fixed_size(self): + return True + +class SizedPadType(Type): + ''' + Derived class which represents a padding field of given size. + ''' + def __init__(self, size): + Type.__init__(self, tcard8.name) + self.is_pad = True + self.size = 1 + self.nmemb = int(size) + + def resolve(self, module): + self.resolved = True + + def fixed_size(self): + return True + +class PadType(SizedPadType): + ''' + Derived class which represents a padding field of given type. + ''' + def __init__(self, elt): + self.nmemb = "1" if (elt == None) else elt.get('bytes') + SizedPadType.__init__(self, self.nmemb) + +class ComplexType(Type): + ''' + Derived class which represents a structure. Base type for all structure types. + + Public fields added: + fields is an array of Field objects describing the structure fields. + ''' + def __init__(self, name, elt): + Type.__init__(self, name) + self.is_container = True + self.elt = elt + self.fields = [] + self.nmemb = 1 + self.size = 0 + + def resolve(self, module): + if self.resolved: + return + pads = 0 + + # Resolve all of our field datatypes. + for child in list(self.elt): + value_mask_pad = None + if child.tag == 'pad': + field_name = 'pad' + str(pads) + fkey = 'CARD8' + type = PadType(child) + pads = pads + 1 + visible = False + elif child.tag == 'field': + field_name = child.get('name') + fkey = child.get('type') + type = module.get_type(fkey) + visible = True + elif child.tag == 'exprfield': + field_name = child.get('name') + fkey = child.get('type') + type = ExprType(child, module.get_type(fkey), self) + visible = False + elif child.tag == 'list': + field_name = child.get('name') + fkey = child.get('type') + type = ListType(child, module.get_type(fkey), self) + visible = True + elif child.tag == 'valueparam': + field_name = child.get('value-list-name') + fkey = 'CARD32' + type = ListType(child, module.get_type(fkey), self) + visible = True + value_mask_pad = child.get('value-mask-pad') + else: + # Hit this on Reply + continue + + # Get the full type name for the field + field_type = module.get_type_name(fkey) + # Add the field to ourself + type.make_member_of(module, self, field_type, field_name, visible, True, False) + # Recursively resolve the type (could be another structure, list) + type.resolve(module) + + # Add a value-mask-pad if necessary + if value_mask_pad != None: + vmp_field_name = 'pad' + str(pads) + vmp_fkey = 'CARD8' + vmp_type = SizedPadType(value_mask_pad) + pads = pads + 1 + vmp_visible = False + vmp_field_type = module.get_type_name(vmp_fkey) + vmp_type.make_member_of(module, self, vmp_field_type, vmp_field_name, vmp_visible, True, False) + vmp_type.resolve(module) + + self.calc_size() # Figure out how big we are + self.resolved = True + + def calc_size(self): + self.size = 0 + for m in self.fields: + if not m.wire: + continue + if m.type.fixed_size(): + self.size = self.size + (m.type.size * m.type.nmemb) + else: + self.size = None + break + + def fixed_size(self): + for m in self.fields: + if not m.type.fixed_size(): + return False + return True + + +class Struct(ComplexType): + ''' + Derived class representing a struct data type. + ''' + out = __main__.output['struct'] + + +class Union(ComplexType): + ''' + Derived class representing a union data type. + ''' + def __init__(self, name, elt): + ComplexType.__init__(self, name, elt) + self.is_union = True + + out = __main__.output['union'] + + +class Reply(ComplexType): + ''' + Derived class representing a reply. Only found as a field of Request. + ''' + def __init__(self, name, elt): + ComplexType.__init__(self, name, elt) + self.is_reply = True + + def resolve(self, module): + if self.resolved: + return + # Add the automatic protocol fields + self.fields.append(Field(tcard8, tcard8.name, 'response_type', False, True, True)) + self.fields.append(_placeholder_byte) + self.fields.append(Field(tcard16, tcard16.name, 'sequence', False, True, True)) + self.fields.append(Field(tcard32, tcard32.name, 'length', False, True, True)) + ComplexType.resolve(self, module) + + +class Request(ComplexType): + ''' + Derived class representing a request. + + Public fields added: + reply contains the reply datatype or None for void requests. + opcode contains the request number. + ''' + def __init__(self, name, elt): + ComplexType.__init__(self, name, elt) + self.reply = None + self.opcode = elt.get('opcode') + + for child in list(elt): + if child.tag == 'reply': + self.reply = Reply(name, child) + + def resolve(self, module): + if self.resolved: + return + # Add the automatic protocol fields + if module.namespace.is_ext: + self.fields.append(Field(tcard8, tcard8.name, 'major_opcode', False, True, True)) + self.fields.append(Field(tcard8, tcard8.name, 'minor_opcode', False, True, True)) + self.fields.append(Field(tcard16, tcard16.name, 'length', False, True, True)) + ComplexType.resolve(self, module) + else: + self.fields.append(Field(tcard8, tcard8.name, 'major_opcode', False, True, True)) + self.fields.append(_placeholder_byte) + self.fields.append(Field(tcard16, tcard16.name, 'length', False, True, True)) + ComplexType.resolve(self, module) + + if self.reply: + self.reply.resolve(module) + + out = __main__.output['request'] + + +class Event(ComplexType): + ''' + Derived class representing an event data type. + + Public fields added: + opcodes is a dictionary of name -> opcode number, for eventcopies. + ''' + def __init__(self, name, elt): + ComplexType.__init__(self, name, elt) + self.opcodes = {} + + tmp = elt.get('no-sequence-number') + self.has_seq = (tmp == None or tmp.lower() == 'false' or tmp == '0') + + def add_opcode(self, opcode, name, main): + self.opcodes[name] = opcode + if main: + self.name = name + + def resolve(self, module): + if self.resolved: + return + + # Add the automatic protocol fields + self.fields.append(Field(tcard8, tcard8.name, 'response_type', False, True, True)) + if self.has_seq: + self.fields.append(_placeholder_byte) + self.fields.append(Field(tcard16, tcard16.name, 'sequence', False, True, True)) + ComplexType.resolve(self, module) + + out = __main__.output['event'] + + +class Error(ComplexType): + ''' + Derived class representing an error data type. + + Public fields added: + opcodes is a dictionary of name -> opcode number, for errorcopies. + ''' + def __init__(self, name, elt): + ComplexType.__init__(self, name, elt) + self.opcodes = {} + + def add_opcode(self, opcode, name, main): + self.opcodes[name] = opcode + if main: + self.name = name + + def resolve(self, module): + if self.resolved: + return + + # Add the automatic protocol fields + self.fields.append(Field(tcard8, tcard8.name, 'response_type', False, True, True)) + self.fields.append(Field(tcard8, tcard8.name, 'error_code', False, True, True)) + self.fields.append(Field(tcard16, tcard16.name, 'sequence', False, True, True)) + ComplexType.resolve(self, module) + + out = __main__.output['error'] + +_placeholder_byte = Field(PadType(None), tcard8.name, 'pad0', False, True, False) |