Enrico Weigelt, metux IT consult
4642d6207f
os: unexport SeatId and move it to dix settings
...
Not used by any external module/driver, so no need to keep it
public. Also move it to the new dix settings code and rename it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-03 11:34:14 +01:00
Enrico Weigelt, metux IT consult
1749a8bdfd
config: unexport config_init() and config_fini()
...
Those aren't used by any drivers, so no need to keep them public.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-11-20 14:11:27 +01:00
Enrico Weigelt, metux IT consult
9feb398a7c
config: fix inttype mismatches on device major/minor numbers
...
System headers define them as unsigned.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-09-05 20:31:59 +02:00
Enrico Weigelt, metux IT consult
a0326994cc
config: unexport config_pre_init()
...
This function isn't used by any drivers/modules, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1360 >
2025-02-06 16:24:01 +01:00
Enrico Weigelt, metux IT consult
e67f2a5eb5
include: move out private definitions from hotplug.h
...
Public server module API shouldn't be clobbered with private definitions,
thus move them out to private header.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1360 >
2025-02-06 16:24:00 +01:00