diff options
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r-- | shell/ev-utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/ev-utils.h b/shell/ev-utils.h index 81acc463..f37f5af6 100644 --- a/shell/ev-utils.h +++ b/shell/ev-utils.h @@ -26,19 +26,12 @@ 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 (cairo_region_t *region); - void ev_gui_menu_position_tree_selection (GtkMenu *menu, gint *x, gint *y, gboolean *push_in, gpointer user_data); -gint get_num_monitors (GtkWindow * window); - void file_chooser_dialog_add_writable_pixbuf_formats (GtkFileChooser *chooser); GdkPixbufFormat* get_gdk_pixbuf_format_by_extension (gchar *uri); |