Home
last modified time | relevance | path

Searched refs:splash_duration (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dsplash.c191 if (si->prefs.splash_duration < 5000) in make_splash_dialog()
192 si->prefs.splash_duration = 5000; in make_splash_dialog()
194 si->prefs.splash_duration += 3000; in make_splash_dialog()
200 si->prefs.splash_duration <= 0) in make_splash_dialog()
472 sp->timer = XtAppAddTimeOut (si->app, si->prefs.splash_duration, in make_splash_dialog()
H A Dtypes.h124 Time splash_duration; /* how long the splash screen stays up */ member
H A Dtest-passwd.c275 XtAppAddTimeOut (si->app, p->splash_duration + 1000, in main()
H A Dprefs.c799 CHECK("splashDuration") type = pref_time, t = p->splash_duration; in write_init_file()
1074 p->splash_duration = 1000 * get_seconds_resource (dpy, "splashDuration", "Time"); in load_init_file()