Home
last modified time | relevance | path

Searched refs:notice_events_timeout (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtypes.h130 Time notice_events_timeout; /* how long after window creation to select */ member
H A Dprefs.c861 CHECK("windowCreationTimeout")type=pref_time,t= p->notice_events_timeout; in write_init_file()
1081 p->notice_events_timeout = 1000*get_seconds_resource(dpy, in load_init_file()
1607 if (p->notice_events_timeout <= 0) in stop_the_insanity()
1608 p->notice_events_timeout = 10000; /* 10 secs */ in stop_the_insanity()
H A Dtimers.c233 XtAppAddTimeOut (si->app, p->notice_events_timeout, notice_events_timer, in start_notice_events_timer()
238 blurb(), (unsigned int) w, p->notice_events_timeout); in start_notice_events_timer()