Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r--shell/ev-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-utils.h b/shell/ev-utils.h
index 9875a95..7f49381 100644
--- a/shell/ev-utils.h
+++ b/shell/ev-utils.h
@@ -22,12 +22,15 @@
#define __EV_UTILS_H__
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
GdkPixbuf *ev_pixbuf_add_shadow (GdkPixbuf *src, int size,
int x_offset, int y_offset, double opacity);
+void ev_print_region_contents (GdkRegion *region);
+
#ifndef HAVE_G_FILE_SET_CONTENTS
gboolean ev_file_set_contents (const gchar *filename,