XLibre Xserver
Go to file
Olivier Fourdan 5cc0319ca5 xwayland: update_screen_size() takes a screen argument
update_screen_size() takes an xwl_output argument, mostly for historical
reasons, whereas it actually applies to a screen (as its name implies).

Reshuffle the code to take an xwl_screen instead, in preparation for
the geometry mode in Xwayland - No functional change.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2022-06-30 16:33:30 +02:00
.gitlab-ci
Xext
Xi
composite
config
damageext
dbe
dix
doc
dri3
exa
fb
glamor glamor: fix free of uninitialised pointers 2021-12-03 20:54:46 +11:00
glx
hw xwayland: update_screen_size() takes a screen argument 2022-06-30 16:33:30 +02:00
include
m4
man
mi
miext
os os/connection: Improve abstraction for launchd secure sockets 2022-06-14 21:57:15 -07:00
present present: Check for NULL to prevent crash 2022-01-19 10:23:20 -08:00
pseudoramiX
randr randr: Add "RANDR Emulation" property 2022-04-20 10:03:15 +02:00
record
render
test
xfixes
xkb
.appveyor.yml
.dir-locals.el .dir-locals.el: Add missing final newline 2019-10-01 17:05:28 +00:00
.gitignore
.gitlab-ci.yml
.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