]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-utils.h
Clean up selection to be much smoother!
[evince.git] / shell / ev-utils.h
index 9875a95bd30a05dc933142fa54ef37ad2d07334c..7f4938174ac7b91006164e7b1cfd3a6ea60cf9cc 100644 (file)
 #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,