mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 09:40:31 +01:00
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:
parent
3c6b8a5e84
commit
6cd55ca4ad
1 changed files with 3 additions and 0 deletions
|
|
@ -1038,6 +1038,9 @@ winCreateMsgWindowThread(void);
|
|||
void
|
||||
winOS(void);
|
||||
|
||||
Bool
|
||||
winValidateArgs(void);
|
||||
|
||||
/*
|
||||
* END DDX and DIX Function Prototypes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue