Enrico Weigelt, metux IT consult
bd2171ec9d
dix: make CountBits() inline
...
The function is small enough for easily being inlined.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-15 19:06:45 +02:00
Enrico Weigelt, metux IT consult
f8eae88dc7
dix: unexport and document CountBits()
...
Not used by any drivers/modules, so no need to keep it exported.
Also adding a bit of documentation.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-15 19:06:45 +02:00
Enrico Weigelt, metux IT consult
a7401945c4
dix: add prefix to grab state value defines
...
make it a bit easier to diffenciate from other symbols by
adding a prefix to their names.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1837 >
2025-02-26 13:24:41 +00:00
Enrico Weigelt, metux IT consult
5f6cb45ac3
dix: unexport defines for device grab states
...
These aren't used anywhere in modules or outside DIX & XI, so
no need to keep them in public API any longer.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1837 >
2025-02-26 13:24:41 +00:00
Enrico Weigelt, metux IT consult
2cec3cfbf1
include: move private definitions out of input.h
...
It's not good having the public server api headers clobbered with private
definitions, so cleaning them up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1354 >
2024-09-01 17:59:23 +00:00