diff options
Diffstat (limited to 'xorg-server/hw/xwin/xdmcphostselect.c')
-rw-r--r-- | xorg-server/hw/xwin/xdmcphostselect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/xdmcphostselect.c b/xorg-server/hw/xwin/xdmcphostselect.c index c58463fe7..9c3ca797b 100644 --- a/xorg-server/hw/xwin/xdmcphostselect.c +++ b/xorg-server/hw/xwin/xdmcphostselect.c @@ -98,7 +98,7 @@ static wBOOL CALLBACK DisplayXdmcpHostsDlgProc (HWND hwndDialog, UINT message, W winDebug ("DisplayXdmcpHostsDlgProc - WM_COMMAND - IDCANCEL\n");
DestroyWindow (g_hDlgHosts);
- AbortDDX();
+ AbortDDX(EXIT_ERR_ABORT);
TerminateProcess(GetCurrentProcess(),1); /* Exit the application */
return TRUE;
@@ -119,7 +119,7 @@ static wBOOL CALLBACK DisplayXdmcpHostsDlgProc (HWND hwndDialog, UINT message, W DestroyWindow (g_hDlgHosts);
g_hDlgHosts = NULL;
- AbortDDX();
+ AbortDDX(EXIT_ERR_ABORT);
TerminateProcess(GetCurrentProcess(),1); /* Exit the application */
return TRUE;
|