Merge remote-tracking branch 'jeremyhu/master'
This commit is contained in:
commit
3028ae6c9a
|
@ -942,9 +942,8 @@ extern char *bundle_id_prefix;
|
||||||
/* shutdown the X server, it will exit () for us. */
|
/* shutdown the X server, it will exit () for us. */
|
||||||
DarwinSendDDXEvent(kXquartzQuit, 0);
|
DarwinSendDDXEvent(kXquartzQuit, 0);
|
||||||
|
|
||||||
/* In case it doesn't, exit anyway after a while. */
|
/* In case it doesn't, exit anyway after 5s. */
|
||||||
remain = 10000000;
|
[NSThread sleepForTimeInterval:5.0];
|
||||||
while ((remain = usleep(remain)) > 0) ;
|
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue