(main): Handle EXTRA_INITIALIZE.
This commit is contained in:
parent
1eb52acd11
commit
d8b3a65d6c
1 changed files with 4 additions and 0 deletions
|
@ -473,6 +473,10 @@ main (argc, argv, envp)
|
|||
setuid (getuid ());
|
||||
#endif /* PRIO_PROCESS */
|
||||
|
||||
#ifdef EXTRA_INITIALIZE
|
||||
EXTRA_INITIALIZE ();
|
||||
#endif
|
||||
|
||||
inhibit_window_system = 0;
|
||||
|
||||
/* Handle the -t switch, which specifies filename to use as terminal */
|
||||
|
|
Loading…
Add table
Reference in a new issue