mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-26 13:40:42 +02:00
Xming: Fix a couple of warnings
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
f6f97419bd
commit
8428b92fcb
1 changed files with 2 additions and 1 deletions
|
|
@ -798,6 +798,7 @@ winMultiWindowWMProc (void *pArg)
|
|||
#if CYGMULTIWINDOW_DEBUG
|
||||
ErrorF("-winMultiWindowWMProc ()\n");
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1058,7 +1059,7 @@ winMultiWindowXMsgProc (void *pArg)
|
|||
|
||||
XCloseDisplay (pProcArg->pDisplay);
|
||||
pthread_exit (NULL);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue