Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:54:47 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:54:47 (GMT)
commitce77a4f44535378342f9393fa16e1d981e981c29 (patch)
tree85295c43249e8c840d6c5883d84ddbdfe2712189 /libview/ev-view-private.h
parentcc49d17cb3597257bb0d8dc1038de835fe330aa0 (diff)
[libview] Use loading window instead of the loading text
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index f16264c..f5368be 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -151,7 +151,8 @@ struct _EvView {
gboolean dual_page;
gboolean fullscreen;
EvSizingMode sizing_mode;
- cairo_surface_t *loading_text;
+ GtkWidget *loading_window;
+ guint loading_timeout;
/* Common for button press handling */
int pressed_button;