XLibre Xserver
Go to file
Peter Hutterer a1304d6cb6 Xi: skip superfluous cast
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
2011-12-09 14:56:24 +10:00
Xext Save major/minor opcodes in ClientRec for RecordAReply 2011-12-01 15:11:20 +00:00
Xi Xi: skip superfluous cast 2011-12-09 14:56:24 +10:00
composite
config
damageext
dbe
dix dix: use BUG_WARN for input mask size issues 2011-12-09 14:56:23 +10:00
doc Fix gcc -Wwrite-strings warnings in various extensions 2011-11-23 12:15:07 -08:00
exa Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
fb
glx glx: don't leak driConfigs 2011-11-24 17:40:01 -02:00
hw xfree86: bump the input ABI 2011-12-09 14:56:23 +10:00
include input: swap the server over to use the XI2mask struct 2011-12-09 14:56:23 +10:00
m4
man
mi Fix gcc -Wwrite-strings warnings in various extensions 2011-11-23 12:15:07 -08:00
miext
os Mark arguments to fopen/popen/system wrappers as const char * 2011-11-23 12:15:06 -08:00
randr Remove redundant redeclarations of functions in the same header file 2011-11-23 12:15:07 -08:00
record Save major/minor opcodes in ClientRec for RecordAReply 2011-12-01 15:11:20 +00:00
render Fix gcc -Wwrite-strings warnings in various extensions 2011-11-23 12:15:07 -08:00
test Add a new XI2Mask struct and a few helper functions. 2011-12-09 14:56:23 +10:00
xfixes xfixes: don't dereference a NULL cursor 2011-12-09 14:56:24 +10:00
xkb Fix gcc -Wwrite-strings warnings in XkbGetRulesDflts 2011-11-23 12:15:07 -08:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Add fallback implementation of strndup() 2011-11-23 12:15:05 -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