Go to file
Adam Jackson cc3241a712 animcur: Return the next interval directly from the timer callback
If the return value is non-zero here, DoTimer() will automatically rearm
the timer for the new (relative) delay. 'soonest' is in absolute time,
so subtract off 'now' and return that.

Reviewed-by: Robert Morell <rmorell@nvidia.com>
Tested-by: Robert Morell <rmorell@nvidia.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-08 14:36:49 -05:00
Xext xres: Return the atom naming the type, not its internal type number 2017-11-14 16:02:49 -05:00
Xi
composite
config
damageext
dbe
dix dix: avoid deferencing NULL PtrCtrl 2017-12-06 11:59:28 -05:00
doc
dri3
exa
fb
glamor glamor: Drop the non-VAO rendering path 2017-11-15 09:53:50 -05:00
glx glx: do not pick sRGB config for 32-bit RGBA visual 2017-12-14 16:19:14 -05:00
hw Xorg.wrap: Ensure correct ordering of post-install hook 2018-01-08 09:54:22 +10:00
include os: Add epoll-like port implementation for Solaris 2017-12-13 11:19:09 -05:00
m4
man
mi dix: Remove ffs.c 2017-11-06 17:22:46 -05:00
miext
os os: Add epoll-like port implementation for Solaris 2017-12-13 11:19:09 -05:00
present present: Only send PresentCompleteNotify events to the presenting client 2017-11-23 10:28:06 +01:00
pseudoramiX
randr randr: free crtc->outputs on destroy 2017-11-20 16:13:28 -05:00
record
render animcur: Return the next interval directly from the timer callback 2018-01-08 14:36:49 -05:00
test test: Fix build dependency for bigreq test 2017-12-08 11:36:24 -05:00
xfixes xfixes: Remove the CursorCurrent array 2017-12-08 11:36:24 -05:00
xkb
.appveyor.yml
.dir-locals.el
.gitignore
.travis.yml
COPYING
Makefile.am
README
autogen.sh
configure.ac dix: Remove ffs.c 2017-11-06 17:22:46 -05:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
meson.build
meson_options.txt
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

README

					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:
https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        https://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

        https://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	https://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        https://wiki.x.org/wiki/GitPage

As with other projects hosted on freedesktop.org, X.Org follows its
Code of Conduct, based on the Contributor Covenant. Please conduct
yourself in a respectful and civilized manner when using the above
mailing lists, bug trackers, etc:

	https://www.freedesktop.org/wiki/CodeOfConduct