diff options
author | Simon Rettberg | 2020-12-02 08:23:52 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-12-02 08:23:52 +0100 |
commit | 2954208d00d422b34fa3a69631b0a091f17a349d (patch) | |
tree | b4322e320155656af133b8f47025d00b17a68f64 /README.hacking | |
parent | Update to 5.43 (diff) | |
download | xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.gz xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.xz xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.zip |
5.44
Diffstat (limited to 'README.hacking')
-rw-r--r-- | README.hacking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.hacking b/README.hacking index 451aec1..f2958b4 100644 --- a/README.hacking +++ b/README.hacking @@ -90,7 +90,7 @@ The XScreenSaver API state machine. You may not store global state in global variables, or in function-local - static variables. All of your runtime state must be encapsulted in the + static variables. All of your runtime state must be encapsulated in the "state" object created by your "init" function. If you use global or static variables, your screen saver will not work properly on macOS. |