XLibre Xserver
Go to file
Gaetan Nadon c06c46acdc Xquartz: build Xquartz man pages using XORG_MANPAGE_SECTIONS
Nothing requires the use of a C preprocessor
Using standard file extensions (.man)
Use standard directory and makefile

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
2011-01-18 15:10:08 -08:00
Xext X Sync Cleanups 2011-01-05 08:41:30 -08:00
Xi Input: Set client error value for invalid mask bits 2010-12-31 12:36:44 +00:00
composite composite: Support updating an arbitrary subtree 2011-01-05 11:57:31 -08:00
config udev: Fix removing of the wake up handler 2010-12-31 12:52:51 +00:00
damageext
dbe
dix composite: Support updating an arbitrary subtree 2011-01-05 11:57:31 -08:00
doc Call SourceValidate even if src == dst 2011-01-05 11:56:42 -08:00
exa EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803). 2011-01-06 08:37:27 -08:00
fb
glx glx: warning fixes 2010-12-31 12:52:24 +00:00
hw Xquartz: build Xquartz man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:10:08 -08:00
include composite: Support updating an arbitrary subtree 2011-01-05 11:57:31 -08:00
m4
mi Call SourceValidate even if src == dst 2011-01-05 11:56:42 -08:00
miext Call SourceValidate even if src == dst 2011-01-05 11:56:42 -08:00
os os: always check if client is local when connection is accepted 2010-12-31 12:52:51 +00:00
randr
record
render Add subWindowMode parameter to SourceValidate 2011-01-05 11:56:28 -08:00
test
xfixes
xkb
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac
cpprules.in
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
xorg-server.m4
xorg-server.pc.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