The fork main KolibriOS repository for fun
Go to file
Ivan Baravy 3dc60ce167 Add scrsaver: new screen saver program.
Our default screen saver, ss, requires animations to run as its threads.
Therefore you can't set your favorite demo app as screen saver without
embedding it into ss. Vice versa, you can't run embedded animations as
standalone demos. Moreover, ss is a multi-thread app with configuration
window invoked by clicking both mouse buttons at the top right screen
corner (really?).

Scrsaver is a tiny single-thread program, configured via plain text
file, /sys/settings/system.ini. It has no window and runs a separate
executable as screen saver. This is done via primitive protocol:
 * Config file specifies program to run;
 * '@ss' parameter is passed to the program;
 * program launches '/sys/@ss' at exit if '@ss' param is passed.

See /programs/demos/spiral for working example.

git-svn-id: svn://kolibrios.org@7600 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-11 21:34:41 +00:00
contrib t_edit: 2019-01-29 20:02:48 +00:00
data add CodeView to ISO 2019-03-10 13:38:11 +00:00
drivers Apply patch from r7584 to all audio drivers. 2019-02-22 22:39:36 +00:00
kernel Fix compilation with extended_primary_loader. 2019-03-11 21:33:33 +00:00
programs Add scrsaver: new screen saver program. 2019-03-11 21:34:41 +00:00
skins fix 3d light in skins Panther and Lightskin 2019-03-10 21:38:01 +00:00
build.txt build.txt: add information about testing changes 2015-06-16 15:36:05 +00:00
roadmap.txt Base roadmap 0.8.4.0 for Siemargl 2018-10-21 22:37:28 +00:00
tup.config.template add CONFIG_NO_JWASM to tup.config.template; check GCC in RunOD tupfile 2018-02-03 09:10:21 +00:00