summaryrefslogtreecommitdiffstats
path: root/hacks/glx/dropshadow.c
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:23:46 +0200
committerSimon Rettberg2021-04-06 14:23:46 +0200
commit26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9 (patch)
treea51e1637554bcd84e63cccb1cb220c898a2c4ee8 /hacks/glx/dropshadow.c
parent5.44 (diff)
downloadxscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.gz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.xz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.zip
xscreensaver 6.00
Diffstat (limited to 'hacks/glx/dropshadow.c')
-rw-r--r--hacks/glx/dropshadow.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/hacks/glx/dropshadow.c b/hacks/glx/dropshadow.c
index 0a5855c..a4a5987 100644
--- a/hacks/glx/dropshadow.c
+++ b/hacks/glx/dropshadow.c
@@ -9,14 +9,11 @@
* implied warranty.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif /* HAVE_CONFIG_H */
+#include "screenhackI.h"
+#include "dropshadow.h"
#include <stdlib.h>
-#include "dropshadow.h"
-
/* (Alpha) texture data for drop shadow.
*/
static int drop_shadow_width = 32;