X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fimageview.h;h=ba1be743e4149fb1dea8cf591c524b8929be8588;hp=1da0b8e50cd8ef483d12df855523b5458b694996;hb=04c5cdf0f4fbd705590155bca093cce41b161322;hpb=85dba908c2a9f11fccd98fbdb3088121f32b6320 diff --git a/src/imageview.h b/src/imageview.h index 1da0b8e50..ba1be743e 100644 --- a/src/imageview.h +++ b/src/imageview.h @@ -40,7 +40,8 @@ ImageView *imageview_create (void); void imageview_init (ImageView *imageview); void imageview_show_image (ImageView *imageview, MimeInfo *mimeinfo, - const gchar *file); + const gchar *file, + gboolean render); void imageview_clear (ImageView *imageview); void imageview_destroy (ImageView *imageview);