mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
Xming: Fix a couple of warnings
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
committed by
Jon TURNEY
parent
f6f97419bd
commit
8428b92fcb
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user