wayland/src
Dudemanguy ab4c580480 scanner: add defines for wayland interface versions
Currently, it is cumbersome for clients that want to know what version of an
interface is supported at compile time. This can especially matter in cases
where the compositor and client aren't neccesarily compiled against the same
wayland and wayland protocol versions. Provide more information by adding a
simple int define for all interfaces that give the version that is already
defined in the source xml file.

Signed-off-by: Dudemanguy <random342@airmail.cc>
2025-04-03 23:19:34 -05:00
..
.gitignore ignore: Add *.dtd.embed 2016-03-10 22:24:20 -08:00
connection.c connection: Fix wrong format string 2024-11-30 16:02:55 -05:00
embed.py build: replace assembly embedding with Python script 2021-05-10 22:08:45 +00:00
event-loop.c event-loop: Use timespec utils instead of hand-rolling our own 2025-02-04 14:09:51 +00:00
meson.build build: Add -lm to pkg-config dependencies 2025-02-05 06:52:53 +00:00
scanner.c scanner: add defines for wayland interface versions 2025-04-03 23:19:34 -05:00
timespec-util.h timespec: Implement saturating timespec substraction 2025-02-04 14:09:51 +00:00
wayland-client-core.h Forward declarate timespec struct 2025-02-06 10:18:17 +00:00
wayland-client.c client: document get_listener behavior for dispatchers 2025-03-15 23:07:39 +00:00
wayland-client.h doc: Formalize file comment in wayland-client.h, wayland-server.h 2016-05-11 11:03:27 -07:00
wayland-os.c build: fix build and provide compat for OpenBSD 2024-02-21 15:46:41 +00:00
wayland-os.h shm: Add mmap+memmove fallback if mremap() does not exist 2021-09-10 11:35:54 +00:00
wayland-private.h connection: Dynamically resize connection buffers 2024-04-08 14:05:32 +00:00
wayland-server-core.h server: add const qualifier to function arguments where possible 2025-01-22 14:28:50 +00:00
wayland-server-private.h Move wl_priv_signal to wayland-server-private.h 2019-11-06 08:24:14 -06:00
wayland-server.c server: add const qualifier to function arguments where possible 2025-01-22 14:28:50 +00:00
wayland-server.h Put WL_DEPRECATED in front of the function declarations 2024-08-09 20:25:11 +00:00
wayland-shm.c server: add const qualifier to function arguments where possible 2025-01-22 14:28:50 +00:00
wayland-util.c util: convert macros to inline functions 2024-03-28 17:56:34 +01:00
wayland-util.h Also use [[deprecated]] when compiling with at least C++14 2025-02-05 09:43:21 +01:00
wayland-version.h.in src: Update boilerplate from MIT X11 license to MIT Expat license 2015-06-12 15:31:24 -07:00