XLibre Xserver
Go to file
Mikhail Gusarov 416d228481 xquartz: Get rid of xstrdup when argument is definitely non-NULL
ditto for XQuartz

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-11 19:04:23 +07:00
Xext Merge remote branch 'alanc/master' 2010-06-10 19:18:53 -07:00
Xi Merge remote branch 'whot/for-keith' 2010-06-10 18:39:10 -07:00
composite
config Get rid of xstrdup when argument is definitely non-NULL 2010-06-11 19:04:23 +07:00
damageext
dbe
dix Get rid of xstrdup when argument is definitely non-NULL 2010-06-11 19:04:23 +07:00
doc Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa
fb Record some additional library dependencies in xf86 modules 2010-06-10 19:01:22 -07:00
glx Get rid of xstrdup when argument is definitely non-NULL 2010-06-11 19:04:23 +07:00
hw xquartz: Get rid of xstrdup when argument is definitely non-NULL 2010-06-11 19:04:23 +07:00
include Merge remote branch 'whot/for-keith' 2010-06-10 18:39:10 -07:00
m4
mi
miext Fix a couple more possible errors with input-only windows 2010-06-10 19:15:28 -07:00
os
randr Ignore RandR timestamps harder 2010-06-10 19:16:20 -07:00
record
render
test xfree86: Match devices based on USB ID 2010-06-11 09:30:33 +10:00
xfixes
xkb Get rid of xstrdup when argument is definitely non-NULL 2010-06-11 19:04:23 +07:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Record some additional library dependencies in xf86 modules 2010-06-10 19:01:22 -07:00
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