Find a file
Hans de Goede 687afa3f64 systemd-logind: Add delayed input device probing
With systemd-logind we cannot probe input devices while switched away, so
if we're switched away, put the pInfo on a list, and probe everything on
that list on VT-Enter.

This is using an array grown by re-alloc, rather than a xorg_list since
creating a new data-type to store a pInfo + list-entry just for this seems
overkill.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-03-03 08:13:55 +01:00
composite
config systemd-logind: Hookup systemd-logind integration 2014-03-03 08:13:55 +01:00
damageext
dbe
dix dix: fix a -Wshadow warning 2014-02-05 15:10:27 +10:00
doc
dri3 Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa
fb
glamor glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM. 2014-02-14 18:30:01 -08:00
glx __glGetProcAddress: explictly cast function pointers to void * 2014-02-07 16:14:58 -08:00
hw systemd-logind: Add delayed input device probing 2014-03-03 08:13:55 +01:00
include systemd-logind: Add systemd-logind "core" 2014-03-03 08:13:55 +01:00
m4
man Correct description of -displayfd option in man page. 2012-10-11 12:53:57 +01:00
mi mi: fix printf warning about size_t format specifier 2014-02-10 07:02:34 +10:00
miext
os gcc 4.2.1 doesn't support #pragma GCC diagnostic ignored 2014-02-24 16:30:07 -08:00
present
pseudoramiX pseudoramiX: Add _X_ATTRIBUTE_PRINTF attributes to debug functions. 2014-01-27 11:38:34 -08:00
randr V2: Add check for link from output to crtc before optimizing out a CrtcSet call 2014-02-24 16:33:35 -08:00
record
render
test Fix test/os to work on Solaris 2014-02-24 16:32:04 -08:00
Xext sync: Avoid ridiculously long timeouts 2014-02-09 10:41:18 +01:00
xfixes
Xi Xi: check for invalid modifiers for XI2 passive grabs 2014-02-21 10:01:13 +10:00
xkb xkb: add a call to init an XkbRMLVOSet from const chars 2014-02-04 10:53:59 +10:00
.dir-locals.el
.gitignore
autogen.sh
configure.ac systemd-logind: Add systemd-logind "core" 2014-03-03 08:13:55 +01:00
COPYING
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
Makefile.am DIST_SUBDIRS needs to include glamor, even if it isn't built 2014-02-13 15:25:56 -08:00
manpages.am
README
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