summaryrefslogtreecommitdiffstats
path: root/hacks/xlockmore.h
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/xlockmore.h')
-rw-r--r--hacks/xlockmore.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/hacks/xlockmore.h b/hacks/xlockmore.h
index bbb7f84..858f6ec 100644
--- a/hacks/xlockmore.h
+++ b/hacks/xlockmore.h
@@ -1,5 +1,5 @@
/* xlockmore.h --- xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997-2018 Jamie Zawinski <jwz@jwz.org>
+ * xscreensaver, Copyright (c) 1997-2021 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
@@ -16,10 +16,6 @@
* to redo it, since xlockmore has diverged so far from xlock...)
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif /* HAVE_CONFIG_H */
-
#ifndef __STDC__
ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.)
/* (The ansi dependency is that we use string concatenation,
@@ -239,7 +235,8 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.)
release_ ## PREFIX, \
free_ ## PREFIX, \
PREFIX ## _handle_event, \
- & PREFIX ## _opts \
+ & PREFIX ## _opts, \
+ 0, \
}; \
\
struct xscreensaver_function_table \