Home
last modified time | relevance | path

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

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtypes.h105 Bool splash_p; /* whether to do a splash screen at startup */ member
H A Dprefs.c798 CHECK("splash") type = pref_bool, b = p->splash_p; in write_init_file()
1064 p->splash_p = get_boolean_resource (dpy, "splash", "Boolean"); in load_init_file()
1121 p->splash_p = True; in load_init_file()
H A Dsplash.c190 si->prefs.splash_p = True; in make_splash_dialog()
199 if (!si->prefs.splash_p || in make_splash_dialog()
H A Ddemo-Gtk.c1582 CHECKBOX (p2->splash_p, "splash_button"); in flush_dialog_changes_and_save()
1679 COPY(splash_p, "splash_p"); in flush_dialog_changes_and_save()
2817 TOGGLE_ACTIVE ("splash_button", p->splash_p); in populate_prefs_page()