additional X11 SAFERHANGUP changes

While messing around with window closure events, I found that some such
events during startup were being ignored as a result a SAFERHANGUP changes.
This commit is contained in:
cohrs
2003-10-14 07:55:36 +00:00
parent cc2105b7b4
commit 9dc6ad96da
2 changed files with 5 additions and 4 deletions

View File

@@ -1187,6 +1187,7 @@ X11_hangup(w, event, params, num_params)
Cardinal *num_params;
{
hangup(1); /* 1 is commonly SIGHUP, but ignored anyway */
exit_x_event = TRUE;
}
/* askname ----------------------------------------------------------------- */