summaryrefslogtreecommitdiffstats
path: root/hacks/screenhack.h
diff options
context:
space:
mode:
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) \