summaryrefslogtreecommitdiffstats
path: root/hacks/screenhack.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-18 11:55:58 +0100
committerSimon Rettberg2019-02-18 11:55:58 +0100
commitaa7530630e595b80d5db54655fd827b61edc0fd7 (patch)
tree048cb74072450c7592f254c3537ac8f252d09d73 /hacks/screenhack.h
parentForgot one DPMS killing instance (diff)
parentUpdate to 5.42 (diff)
downloadxscreensaver-23.tar.gz
xscreensaver-23.tar.xz
xscreensaver-23.zip
Merge branch 'master' into openslxv23
Diffstat (limited to 'hacks/screenhack.h')
-rw-r--r--hacks/screenhack.h5
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) \