Skip to content

Commit

Permalink
issue3 : remove splash screen
Browse files Browse the repository at this point in the history
Just say "no" to useless eyecandy.

For more details, see:
#3
  • Loading branch information
Mark Carter committed Nov 30, 2016
1 parent 8426ef5 commit 2cccd8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/io-motif.c
Original file line number Diff line number Diff line change
Expand Up @@ -5931,15 +5931,19 @@ void motif_init(int *argc, char **argv)
resources, num_resources,
NULL);

// mcarter issue3 : disable splash screen
SplashShell = 0;
/*
if (AppRes.show_version > 0) {
long t = AppRes.show_version;
SplashShell = GscBuildSplash(toplevel);
XtPopup(SplashShell, XtGrabNone);
/* Splash remains on screen for configurable time (milliseconds) */
// Splash visible for configurable time (milliseconds)
XtAppAddTimeOut(app, t, PopDownSplash, 0);
}
*/

/* Without this we have NULL in cwin. */
io_init_windows(AppRes.rows, AppRes.columns, 1, 2, 1, 1, 1, 1);
Expand Down

0 comments on commit 2cccd8a

Please sign in to comment.