XLibre Xserver
Go to file
Peter Hutterer 808c87bff7 Revert "kdrive: fix "set but not used" warnings"
Partial revert of commit 4149ee8ec0, better
fix coming up.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-04-02 15:30:37 +10:00
Xext Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into next 2013-02-15 11:58:52 +10:00
Xi Xi: add a comment to make a condition a bit clearer 2013-03-25 10:34:24 +10:00
composite Stop leaking overlayWin in PanoramiXCompositeGetOverlayWindow error paths 2013-02-05 18:30:13 -08:00
config
damageext
dbe
dix dix: update coords for touch events in PlayReleasedEvents 2013-03-25 10:34:23 +10:00
doc
exa
fb Merge remote-tracking branch 'whot/next' 2013-03-18 11:18:58 -07:00
glx glx: fix uninitialized var in __glXDRIscreenProbe 2013-03-18 16:29:49 -07:00
hw Revert "kdrive: fix "set but not used" warnings" 2013-04-02 15:30:37 +10:00
include Merge remote-tracking branch 'whot/for-keith' 2013-03-18 11:26:24 -07:00
m4 XORG_TLS: Pick the first option that works (ie: prefer __thread) 2013-02-14 09:20:47 -08:00
man
mi
miext
os os: document pnprintf as sigsafe snprintf 2013-03-06 09:23:20 +10:00
randr Merge remote-tracking branch 'whot/next' 2013-03-18 11:18:58 -07:00
record
render
test os: fix pnprintf OOB buffer read for unterminated length modifiers 2013-02-14 11:01:21 -08:00
xfixes Merge remote-tracking branch 'whot/for-keith' 2013-03-18 11:26:24 -07:00
xkb xkb: Fixes to LatchMods/LatchGroup 2013-03-06 11:22:38 +10:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Merge remote-tracking branch 'whot/for-keith' 2013-03-18 11:26:24 -07: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