formatting fixes
This commit is contained in:
parent
bd269d0d78
commit
338c1aedbd
|
@ -796,19 +796,13 @@ void X11ApplicationMain (int argc, const char *argv[],
|
|||
#endif
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
X11App = (X11Application *) [X11Application sharedApplication];
|
||||
|
||||
init_ports ();
|
||||
|
||||
[NSApp read_defaults];
|
||||
|
||||
[NSBundle loadNibNamed:@"main" owner:NSApp];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] addObserver:NSApp
|
||||
selector:@selector (became_key:)
|
||||
name:NSWindowDidBecomeKeyNotification object:nil];
|
||||
|
||||
check_xinitrc ();
|
||||
|
||||
/*
|
||||
|
@ -823,10 +817,12 @@ void X11ApplicationMain (int argc, const char *argv[],
|
|||
|
||||
if (!create_thread (server_thread, server_arg)) {
|
||||
ErrorF("can't create secondary thread\n");
|
||||
exit(1);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
[NSApp run];
|
||||
|
||||
/* not reached */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue