summaryrefslogtreecommitdiff
path: root/eel/eel-graphic-effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-graphic-effects.h')
-rw-r--r--eel/eel-graphic-effects.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/eel/eel-graphic-effects.h b/eel/eel-graphic-effects.h
index dece34739..9bda47b0c 100644
--- a/eel/eel-graphic-effects.h
+++ b/eel/eel-graphic-effects.h
@@ -21,8 +21,6 @@
#pragma once
-#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
-/* return a lightened pixbuf for pre-lighting */
-GdkPixbuf *eel_create_spotlight_pixbuf (GdkPixbuf *source_pixbuf);
+GdkTexture *eel_create_spotlight_texture (GdkTexture *texture);