Home
last modified time | relevance | path

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

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dsubprocs.c971 new_hack = (ssi->current_hack + 1) % p->screenhacks_count; in spawn_screenhack()
976 if (ssi->current_hack < 0) in spawn_screenhack()
979 new_hack = ((ssi->current_hack + p->screenhacks_count - 1) in spawn_screenhack()
1005 new_hack = si->screens[0].current_hack; in spawn_screenhack()
1011 == ssi->current_hack) in spawn_screenhack()
1017 ssi->current_hack = -1; in spawn_screenhack()
1023 ssi->current_hack = new_hack; in spawn_screenhack()
1024 hack = p->screenhacks[ssi->current_hack]; in spawn_screenhack()
H A Dtypes.h433 int current_hack; /* Index into `prefs.screenhacks' */ member
H A Dwindows.c1039 status [2 + i] = ssi->current_hack + 1; in store_saver_status()
H A Dxscreensaver.c1569 ssi->current_hack = -1; in main()