xserver/hw
Enrico Weigelt, metux IT consult 47fa09f728 kdrive: drop #define of Status to int
The status return values always have been int (directly corresponding
to X11 protocol reply status values, as defined in X.h).

Seems that back about 2 decades ago, somebody started converting them
to their own type, unfortunately just very inconsequently in a few places,
which isn't very helpful. It would have been different if done everywhere
in the whole Xserver, but doing so would be a bigger task.

Therefore, for consistency, just dropping this here and just use 'int',
what all the rest of the Xserver code, as well as X11 protocol headers
and Xlib are doing.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-02-26 17:21:44 +01:00
..
kdrive kdrive: drop #define of Status to int 2025-02-26 17:21:44 +01:00
vfb xvfb: Add multiple CRTC support 2025-02-13 23:22:49 +00:00
xfree86 panoramix: don't install panoramiX.h and panoramiXsrv.h 2025-02-24 20:06:30 +00:00
xnest os: unexport CloseWellKnownConnections() 2025-02-18 10:53:45 +00:00
xquartz os: unexport ListenOnOpenFD() 2025-02-18 10:53:44 +00:00
xwayland misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
xwin xwin: don't need NULL check before free() 2025-02-23 17:32:49 +00:00
meson.build Drop DMX DDX 2021-09-07 09:34:31 +00:00