xserver/hw/kdrive
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
..
ephyr kdrive: drop #define of Status to int 2025-02-26 17:21:44 +01:00
src kdrive: drop #define of Status to int 2025-02-26 17:21:44 +01:00
Xkdrive.man man: s/__/@/g 2018-03-27 10:13:17 -04:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00