diff options
Diffstat (limited to 'src/imageview.h')
-rw-r--r-- | src/imageview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imageview.h b/src/imageview.h index 19146e7d..48686b7f 100644 --- a/src/imageview.h +++ b/src/imageview.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2005 Hiroyuki Yamamoto + * Copyright (C) 1999-2013 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,4 +54,6 @@ GdkPixbuf *imageview_get_resized_pixbuf (GdkPixbuf *pixbuf, GtkWidget *parent, gint margin); +GdkPixbuf *imageview_get_rotated_pixbuf (GdkPixbuf *pixbuf); + #endif /* __IMAGEVIEW_H__ */ |