diff options
author | Simon Rettberg | 2019-02-18 11:55:41 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-02-18 11:55:41 +0100 |
commit | ae69a754244c4e475c8d2591772ca8e005071d83 (patch) | |
tree | 58b3fa7abc2dcfe3c23e1c0ce108950c720826ab /hacks/screenhack.h | |
parent | Update gitignore (diff) | |
download | xscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.tar.gz xscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.tar.xz xscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.zip |
Update to 5.42
Diffstat (limited to 'hacks/screenhack.h')
-rw-r--r-- | hacks/screenhack.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hacks/screenhack.h b/hacks/screenhack.h index 78621ab..16e629b 100644 --- a/hacks/screenhack.h +++ b/hacks/screenhack.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2015 Jamie Zawinski <jwz@jwz.org> +/* xscreensaver, Copyright (c) 1992-2018 Jamie Zawinski <jwz@jwz.org> * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -58,7 +58,8 @@ PREFIX ## _reshape, \ PREFIX ## _event, \ PREFIX ## _free, \ - 0, SCREENHACK_VISUAL }; \ + 0, fps_free, \ + SCREENHACK_VISUAL }; \ XSCREENSAVER_LINK (NAME ## _xscreensaver_function_table) #define XSCREENSAVER_MODULE(CLASS,PREFIX) \ |