Go to file
Emil Velikov edc00e0203 glx: use C99 initializers for GlxServerExports
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-02-21 11:07:12 -05:00
Xext shm, xwayland: prefer atomic close-on-exec without O_TMPFILE 2018-02-02 15:28:46 -05:00
Xi Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
composite composite: Propagate damagedDescendants when reparented 2018-01-24 16:20:21 -05:00
config config: fix NULL value detection for ID_INPUT being unset 2018-01-08 14:48:04 -05:00
damageext Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
dbe
dix dix: avoid deferencing NULL PtrCtrl 2017-12-06 11:59:28 -05:00
doc
dri3
exa
fb
glamor glamor: tidy up some gradient color formulas 2018-01-29 16:18:31 -05:00
glx glx: use C99 initializers for GlxServerExports 2018-02-21 11:07:12 -05:00
hw xwayland: Fix backwards need_rotate logic (v2) 2018-02-20 13:17:08 -05:00
include meson: Make DGA extension optional 2018-02-19 13:14:43 -05:00
m4
man
mi dga: #if XFreeXDGA → #ifdef XFreeXDGA 2018-02-19 13:14:43 -05:00
miext
os os: avoid uninitialized offsets in backtrace 2018-02-19 13:12:18 -05:00
present Revert "present: Only send PresentCompleteNotify events to the presenting client" 2018-01-24 11:40:50 +01:00
pseudoramiX
randr randr: Fix rotation check in ProcRRSetScreenSize() 2018-02-01 16:36:59 -05:00
record
render animcur: Change which CursorPtr we save in external state 2018-02-14 13:52:45 -05:00
test miinitext: Load GLX on the mi path 2018-02-14 17:04:48 -05:00
xfixes xfixes: Restore monitoring of animated cursors 2018-02-14 13:52:45 -05:00
xkb xkb: initialize tsyms 2017-11-06 16:49:11 -05:00
.appveyor.yml
.dir-locals.el
.gitignore
.travis.yml travis: Bump linux Dockerfile to v7 for new meson 2017-10-24 10:55:53 -04:00
COPYING
Makefile.am automake: Fix 'make distcheck' 2018-01-22 17:19:03 -05:00
README
autogen.sh
configure.ac glx: Use vnd layer for dispatch (v4) 2018-02-14 17:04:44 -05:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
meson.build meson: Make DGA extension optional 2018-02-19 13:14:43 -05:00
meson_options.txt meson: Make DGA extension optional 2018-02-19 13:14:43 -05:00
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