xserver/xfixes
Alan Coopersmith 14e202d6a0 xfixes: cursor.c should include header for CursorVisible & EnableCursor
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>
2025-04-19 17:02:15 +00:00
..
cursor.c xfixes: cursor.c should include header for CursorVisible & EnableCursor 2025-04-19 17:02:15 +00:00
disconnect.c xfixes: drop swapping request length fields 2025-02-06 22:28:49 +00:00
meson.build xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
region.c xfixes: drop swapping request length fields 2025-02-06 22:28:49 +00:00
saveset.c xfixes: drop swapping request length fields 2025-02-06 22:28:49 +00:00
select.c xfixes: drop swapping request length fields 2025-02-06 22:28:49 +00:00
xfixes.c misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
xfixes.h xfixes: Unexport xfixes.h 2015-07-08 16:40:58 -04:00
xfixesint.h rename old symbol PANORAMIX to XINERAMA 2025-02-06 15:51:27 +00:00