openbsd-xenocara/xserver
matthieu fb763cc6fe Revert previous:
unbreak build with clang-16 by fixing up function definitions to match
the whole CARD64 vs uint64_t issue needs more thinking.
Suggested by kettenis@
2023-09-08 05:44:27 +00:00
..
Xext Merge xserver 21.1.6. 2023-01-22 09:44:41 +00:00
Xi Xi: fix use-after-free in DeepCopyPointerClasses 2023-02-07 06:32:18 +00:00
composite composite: Fix use-after-free of the COW 2023-03-29 12:12:13 +00:00
config Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
damageext Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
dbe Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
dix Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
doc Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
dri3 Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
exa Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
fb Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
glamor Revert previous: 2023-09-08 05:44:27 +00:00
glx Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
hw Make sure we don't close(-1); buglet introduced in 1.26. 2023-08-12 16:16:25 +00:00
include Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
m4 Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
man Update to xserver 21.1.0 2021-11-11 09:03:02 +00:00
mi Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
miext Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
os Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
present Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
pseudoramiX Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
randr Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
record Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
render Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
test Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
xfixes Add back the meson build system to xserver. 2023-01-22 09:21:08 +00:00
xkb Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
COPYING
ChangeLog Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
Makefile.am Update to xserver 21.1.1 2021-11-11 09:10:04 +00:00
Makefile.bsd-wrapper build with --disable-dri3 when XENOCARA_BUILD_DRI is "no" 2020-08-28 02:20:19 +00:00
Makefile.in Update to xserver 21.1.1 2021-11-11 09:10:04 +00:00
README.md Update to xserver 21.1.0 2021-11-11 09:03:02 +00:00
aclocal.m4 Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
autogen.sh
config.guess
config.sub
configure Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
configure.ac Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
depcomp
devbook.am
docbook.am
install-sh
ltmain.sh
manpages.am Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
meson.build Merge X server 21.1.8. tested by kn@ and op@. 2023-05-01 07:41:17 +00:00
meson_options.txt Update xserver to version 21.1.4. 2022-08-31 11:25:18 +00:00
missing
xorg-server.m4 Update to xserver 21.1.0 2021-11-11 09:03:02 +00:00
xorg-server.pc.in
xserver.ent.in
ylwrap

README.md

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