xwin: fix missing prototype for winValidateArgs()

[378/383] Compiling C object hw/xwin/Xming.exe.p/winvalargs.c.obj
811../hw/xwin/winvalargs.c:57:1: warning: no previous prototype for ‘winValidateArgs’ [-Wmissing-prototypes]
812   57 | winValidateArgs(void)
813      | ^~~~~~~~~~~~~~~

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1295>
(cherry picked from commit c444223da3)
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-14 14:52:16 +01:00 committed by Alan Coopersmith
parent 3c6b8a5e84
commit 6cd55ca4ad

View file

@ -1038,6 +1038,9 @@ winCreateMsgWindowThread(void);
void
winOS(void);
Bool
winValidateArgs(void);
/*
* END DDX and DIX Function Prototypes
*/