mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
Clears warnings from clang 19.1.7:
xfixes/cursor.c:132:6: warning: no previous extern declaration for
non-static variable 'CursorVisible' [-Wmissing-variable-declarations]
132 | Bool CursorVisible = FALSE;
| ^
xfixes/cursor.c:133:6: warning: no previous extern declaration for
non-static variable 'EnableCursor' [-Wmissing-variable-declarations]
133 | Bool EnableCursor = TRUE;
| ^
Fixes: 2cec3cfbf ("include: move private definitions out of input.h")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1910>