Files
xserver/dix
Alan Coopersmith 0fefdc6e29 dix: tables.c should include header that defines InitialVector
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>
2025-04-19 17:02:15 +00:00
..
2025-02-17 18:13:33 +00:00
2025-02-11 19:13:01 +01:00
2025-02-24 20:19:55 +00:00
2024-04-15 23:10:31 +00:00
2025-02-11 19:13:01 +01:00
2025-02-25 11:43:01 +01:00
2025-02-11 19:13:01 +01:00
2025-02-17 19:25:14 +00:00