XLibre Xserver
Go to file
Enrico Weigelt, metux IT consult c340ebb4c8 (1623) xkb: split XkbSendIndicatorMap()
This function is a funny beast: it assembles and writes out an xkbGetIndicatorMapReply,
called in two different cases, ProcXkbGetIndicatorMap() as well as ProcXkbGetKbdByName().
In the latter case the whole reply is contained in another one. That's the reason
why it's payload size is computed separately - the caller must know that in order
to set up the container's reply size correctly.

As preparation for upcoming simplifications of the reply send path, splitting off
this function into pieces: XkbAssembleIndicatorMap() just assembles the reply payload,
while it's callers now responsible for preparing the request header and writing
out both pieces.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-03 11:37:37 +02:00
.gitlab-ci
Xext (1823) panoramix: protect against allocaton failure 2025-06-03 11:37:36 +02:00
Xi (1823) xi: protect from allocation failure 2025-06-03 11:37:36 +02:00
composite (1829) composite: clean up including panoramix headers 2025-06-03 11:37:36 +02:00
config
damageext (1829) damageext: clean up including panoramix headers 2025-06-03 11:37:36 +02:00
dbe (1823) dbe: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
dix (1823) dix: protect from allocation failure 2025-06-03 11:37:36 +02:00
doc
dri3 (!1926) dri: unexport drm_format_for_depth() 2025-06-03 11:37:34 +02:00
exa (1823) exa: protect from allocation failure 2025-06-03 11:37:36 +02:00
fb (1823) fb: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
glamor (1823) glamor: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
glx (1841) glx: drop unused include of colormapst.h 2025-06-03 11:37:36 +02:00
hw (1823) xwayland: protect from memory allocation failure 2025-06-03 11:37:36 +02:00
include (1823) (1823) os.h: drop obsolete xallocarray() 2025-06-03 11:37:37 +02:00
man
mi (1823) mi: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
miext (1823) miext: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
os (1823) os: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
present (1859) dix: make LEGAL_NEW_RESOURCE() macro private 2025-06-03 11:37:35 +02:00
pseudoramiX
randr (1823) randr: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
record (1823) record: protect from memory allocation failure 2025-06-03 11:37:36 +02:00
render (1823) render: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
test (!1899) dix: make CLIENTOFFSET macro private 2025-06-03 11:37:34 +02:00
xfixes (1823) xfixes: replace xallocarray() by calloc() 2025-06-03 11:37:36 +02:00
xkb (1623) xkb: split XkbSendIndicatorMap() 2025-06-03 11:37:37 +02:00
.appveyor.yml
.dir-locals.el
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml
.mailmap
.travis.yml
COPYING
README.md
meson.build
meson_options.txt
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: 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