XLibre Xserver
Go to file
Michel Dänzer 263c5333a5 xfree86/modes: Simplify in_range logic in xf86_crtc_set_cursor_position
Consolidate to a single if/else statement and eliminate the redundant
local variable in_range and assignments to x/y.

Reviewed-by: Adam Jackson <ajax@redhat.com>
2016-06-21 10:40:05 +09:00
Xext xace: Remove the audit hooks and tune dispatch 2016-06-10 13:26:19 -04:00
Xi
composite
config Remove SIGIO support for input [v5] 2016-05-26 16:07:54 -07:00
damageext
dbe
dix dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
doc
dri3
exa exa: only draw valid trapezoids 2016-06-17 11:21:30 +02:00
fb
glamor dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
glx glx: avoid memory leak when using indirect rendering 2016-06-20 13:25:41 -04:00
hw xfree86/modes: Simplify in_range logic in xf86_crtc_set_cursor_position 2016-06-21 10:40:05 +09:00
include xrandrprovider: Do not use separate lists for unbound / source / offload slaves 2016-06-17 11:35:58 +02:00
m4
man Xserver.man: document more transports for -nolisten & -listen options 2015-10-28 14:16:28 -04:00
mi
miext dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
os
present xrandrprovider: Do not use separate lists for unbound / source / offload slaves 2016-06-17 11:35:58 +02:00
pseudoramiX
randr randr: Adjust master's last set time with slaves 2016-06-17 11:38:13 +02:00
record
render exa: only draw valid trapezoids 2016-06-17 11:21:30 +02:00
test test: Actually verify that two equivalent touch points are the same 2016-05-29 18:43:16 -07:00
xfixes
xkb
.dir-locals.el
.gitignore
COPYING
Makefile.am
README packaging: provide a default README file #24206 2010-01-27 14:00:17 -08:00
autogen.sh
configure.ac Allow compile-time selection of a fallback input driver 2016-06-08 13:08:32 -04: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