XLibre Xserver
Go to file
Enrico Weigelt, metux IT consult b858c37315 randr: unexport and document RRProviderDestroy()
Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-19 12:28:55 +02:00
.gitlab-ci
Xext
Xi
composite
config
damageext
dbe
dix dix: fix warning on redefinition of typedefs 2025-05-18 17:35:31 +00:00
doc
dri3
exa
fb
glamor
glx
hw randr: unexport and document RROutputSetSubpixelOrder() 2025-05-19 12:28:55 +02:00
include dix-config.h: define HAVE_STRUCT_SOCKADDR_STORAGE for xtrans 1.6 2025-03-14 22:38:36 +00:00
man Xserver.man: correct list of available authorization protocols 2025-04-14 18:47:05 -07:00
mi
miext
os os: remove unused definition of BUGADDRESS 2025-04-19 17:02:16 +00:00
present randr: unexport and document RRCrtcExists() 2025-05-19 12:28:52 +02:00
pseudoramiX
randr randr: unexport and document RRProviderDestroy() 2025-05-19 12:28:55 +02:00
record
render render: miindex.c does not need header guard macros 2025-04-19 17:02:16 +00:00
test test: remove extra return 2025-04-19 17:02:15 +00:00
xfixes xfixes: cursor.c should include header for CursorVisible & EnableCursor 2025-04-19 17:02:15 +00:00
xkb
.appveyor.yml
.dir-locals.el
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml ci: fix missing runner tag on FreeBSD jobs after gitlab migration 2025-04-01 18:02:55 +00:00
.mailmap Update mailmap for Peter Harris 2025-04-15 13:49:13 -04:00
.travis.yml
COPYING
README.md
meson.build meson.build: print a summary of the DDX to build 2025-03-24 03:05:35 +00:00
meson_options.txt
xorg-server.m4
xorg-server.pc.in pkgconfig files: Add URL 2025-03-09 07:32:28 +00:00
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: 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

The primary development code repository can be found at:

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

For patch submission instructions, see:

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

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