Go to file
Keith Packard a3f5d30ba6 Make sure XFixes invisible cursor gets freed on server reset
This uses the same hack that dix uses for the rootCursor -- allocate
a resource ID for the invisible cursor so that it gets freed at reset
time. This also allows us to unconditionally create it during
extension initialization; necessary as the privates layout may well be
different on subsequent generations.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-05-03 10:27:35 -07:00
composite
config Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.d 2010-04-08 15:21:01 +10:00
damageext
dbe
dix Fix cursor ref counting mistakes with sprites and xf86Cursor.c 2010-05-03 10:26:52 -07:00
doc
exa Exa screen private has SavedSourceValidate, not SourceValidate 2010-04-26 11:04:38 -07:00
fb Track screens' installed colormaps as screen privates. 2010-04-27 10:13:47 -07:00
glx glx: Drop DestroyWindow hook 2010-04-16 14:53:35 -07:00
hw Fix cursor ref counting mistakes with sprites and xf86Cursor.c 2010-05-03 10:26:52 -07:00
include Replace some input devPrivates with regular struct fields 2010-04-30 13:05:11 -07:00
m4
mi rootless: Add some sanity checking to miPaintWindow 2010-05-02 15:27:29 -07:00
miext rootless: Remove an unneeded comment 2010-05-02 15:27:29 -07:00
os Merge remote branch 'vignatti/for-keith' 2010-04-21 16:07:38 -07:00
randr unifdef -B -DRENDER to always include RENDER code 2010-04-19 09:26:10 -07:00
record
render Delete loop with no effect from GlyphUninit 2010-04-30 13:05:45 -07:00
test Merge remote branch 'whot/for-keith' 2010-04-30 12:33:00 -07:00
Xext Merge remote branch 'jamey/for-keith' 2010-04-30 12:40:53 -07:00
xfixes Make sure XFixes invisible cursor gets freed on server reset 2010-05-03 10:27:35 -07:00
Xi Replace some input devPrivates with regular struct fields 2010-04-30 13:05:11 -07:00
xkb xkb: Fix omissions in geometry initialization #27679 2010-04-27 15:50:26 +10:00
.gitignore
autogen.sh
configure.ac Merge remote branch 'yselkowitz/master' 2010-04-30 12:29:52 -07:00
COPYING
cpprules.in xfree86: Set a saner search path for xorg.conf.d 2010-04-08 15:21:01 +10:00
Makefile.am
README packaging: provide a default README file #24206 2010-01-27 14:00:17 -08:00
xorg-server.m4
xorg-server.pc.in xfree86: Search for a system xorg.conf.d 2010-04-08 15:21:01 +10:00

					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