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>
This commit is contained in:
parent
123a473e33
commit
c444223da3
|
@ -1038,6 +1038,9 @@ winCreateMsgWindowThread(void);
|
|||
void
|
||||
winOS(void);
|
||||
|
||||
Bool
|
||||
winValidateArgs(void);
|
||||
|
||||
/*
|
||||
* END DDX and DIX Function Prototypes
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue