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 ();
|
||||
|
||||
/*
|
||||
|
@ -827,6 +821,8 @@ void X11ApplicationMain (int argc, const char *argv[],
|
|||
}
|
||||
|
||||
[NSApp run];
|
||||
|
||||
/* not reached */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue