mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 16:39:06 +00:00
Clears warning from clang 19.1.7:
dix/tables.c:59:7: warning: no previous extern declaration for non-static
variable 'InitialVector' [-Wmissing-variable-declarations]
59 | int (*InitialVector[3]) (ClientPtr /* client */) = {
| ^
Fixes: bae6cbc8c ("include: move private defs to dixstruct_priv.h")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1910>
26 KiB
26 KiB