summaryrefslogtreecommitdiff
path: root/include/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* xkb: Provide <X11/extensions/XKBgeom.h> ourselvesAdam Jackson2019-09-241-0/+5
| | | | | This header refers to libX11 types, it doesn't belong in xorgproto and has been moved to legacy in 2019.2. Supply it ourselves.
* Remove support for building without XCBJosh Triplett2010-06-031-5/+2
| | | | | | | | | | | And there was much rejoicing. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Consensus on #xorg-devel agrees with removing --without-xcb; in particular, acks from Adam Jackson, Daniel Stone, Kristian Høgsberg, Julien Cristau, and Rémi Cardona.
* Revert "Revert "include: don't distribute XlibConf.h""Josh Triplett2007-06-031-2/+4
| | | | | | | This reverts commit 79fa3d8070d95b960ba486f2439225872471dadd. Re-revert the XlibConf.h change, which prevented distribution, not installation.
* Revert "include: don't distribute XlibConf.h"Josh Triplett2007-06-021-4/+2
| | | | | | | | | This reverts commit c9e28e05ae01ce8a29bea09df759b6271865b44c. The installed XlibInt.h includes XlibConf.h , so libX11 should ship XlibConf.h. (Commit c9e28e05ae01ce8a29bea09df759b6271865b44c didn't actually prevent automake from shipping XlibConf.h, because it used nodist_x11include_HEADERS rather than nodist_HEADERS.)
* include: don't distribute XlibConf.hDaniel Stone2006-12-161-2/+4
| | | | Since XlibConf.h is built by configure, don't distribute it.
* XCL is dead; long live Xlib/XCBJosh Triplett2006-10-061-1/+1
| | | | | | | | | Rename all instances of "XCL" to Xlib/XCB-derived names. The only user-visible change: rename the include file <X11/xcl.h> to <X11/Xlib-xcb.h>; programs will need to change their #include lines to match. Remove the XCL cast inlines from Xlib-xcb.h.
* Land XCB support on X.org HEAD.Jamey Sharp2006-02-191-0/+4
|
* Modify modular libs to use Xregion.h instead of region.hKevin E Martin2005-07-231-1/+1
|
* Create and install XlibConf.h to provide external users of Xlibint.h the ↵Keith Packard2005-07-081-1/+5
| | | | | | defines necessary to correctly use the library. Xlibint.h should #include this new file. Add a bunch of .cvsignore files
* Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.Daniel Stone2005-06-151-1/+1
|
* Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a ↵Daniel Stone2005-06-151-1/+2
| | | | distribution file.
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in ↵XORG-6_8_99_7Søren Sandmann Pedersen2005-05-131-0/+11
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source