diff options
Diffstat (limited to 'libview/ev-jobs.h')
-rw-r--r-- | libview/ev-jobs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h index a45891b6..ded0f05f 100644 --- a/libview/ev-jobs.h +++ b/libview/ev-jobs.h @@ -306,6 +306,7 @@ struct _EvJobWebThumbnail GtkWidget *webview; GtkWidget *offscreenwindow; gboolean *completed; + GRWLock screenlock; cairo_surface_t *surface; gchar* page; }; @@ -476,7 +477,6 @@ EvJob *ev_job_thumbnail_new (EvDocument *document, GType ev_job_web_thumbnail_get_type (void) G_GNUC_CONST; EvJob *ev_job_web_thumbnail_new (EvDocument *document, gboolean *completed, - GtkWidget *webview, gchar *webpage); /* EvJobFonts */ GType ev_job_fonts_get_type (void) G_GNUC_CONST; |