Enrico Weigelt, metux IT consult
|
ce75ddb0bb
|
os: move OsVendorFatalError() and OsVendorInit() to ddx_priv.h
These are implemented by DDX, thus should be declared in ddx_priv.h
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
|
2025-11-27 10:44:58 +01:00 |
|
Enrico Weigelt, metux IT consult
|
5cdfe6e5ab
|
os: move enum ExitCode into private header
Not used by any external drivers, so no need to keep it public.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
|
2025-09-25 09:37:05 +02:00 |
|
Enrico Weigelt, metux IT consult
|
e5c8b664d3
|
os: unexport ddx callbacks
The DDX callbacks (where core/DIX calls into DDX) aren't supposed to be
called by drivers directly, so unexport them.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1332>
|
2024-05-08 09:37:35 +02:00 |
|