XLibre Xserver
Go to file
Zhigang Gong 9dff3378e5 Added the missed header file for xorg 1.13 compat.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2013-12-18 11:23:53 -08:00
Xext damageext: Xineramify (v7) 2013-12-09 13:20:37 -05:00
Xi Xi: fix logic error when calculating emulated motion events 2013-10-29 13:40:52 +10:00
composite composite: Fix COW creation for Xinerama (v2) 2013-12-09 13:20:36 -05:00
config xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats (#69478) 2013-09-25 03:52:54 +10:00
damageext damageext: Die if we can't create the Xinerama resource type 2013-12-09 13:20:37 -05:00
dbe
dix bs: Set the screen's bs support level to WhenMapped 2013-12-09 13:20:36 -05:00
doc
dri3 dri3: Don't use the major/minor version from the protocol headers 2013-12-13 14:59:03 -05:00
exa Stop including inline assembly .il file for Solaris Studio builds 2013-11-14 13:12:21 +09:00
fb fb: Remove unused compatibility wrappers 2013-09-10 13:29:21 -04:00
glamor Added the missed header file for xorg 1.13 compat. 2013-12-18 11:23:53 -08:00
glx glx: Add null pointer protection to __glGetProcAddress 2013-12-13 15:07:48 -05:00
hw Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
include Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
m4
man
mi mieq: Bump default queue size to 512 2013-11-14 16:35:32 +09:00
miext miext/sync: Handle libxshmfence API change 2013-12-02 12:57:11 -08:00
os darwin: Don't leave stdin/stdout closed 2013-12-12 01:30:04 -08:00
present present: Don't use the major/minor version from the protocol headers 2013-12-13 14:59:04 -05:00
pseudoramiX
randr randr: deliver Output and Crtc events of attached output providers. 2013-10-30 08:09:31 -07:00
record Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names 2013-11-12 21:03:53 +09:00
render
test test: build the touch test only when building Xorg 2013-11-14 16:35:15 +09:00
xfixes fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2) 2013-12-09 13:20:37 -05:00
xkb
.dir-locals.el
.gitignore
COPYING
Makefile.am Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
README Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
autogen.sh
configure.ac Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage