Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-21 16:25:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-21 16:25:45 (GMT)
commit4aa27ea1d50e2812707e2fe06247eb8410310979 (patch)
treeb69fb4e8e99320f4670c9cbb8f4c3409f3deaa40 /shell/ev-view-private.h
parent06512c1e8e43656074afb755f8f5af3078965b5f (diff)
Render "loading..." text into a cairo surface instead of directly into the
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.c: (draw_loading_text), (ev_view_destroy), (ev_view_set_zoom): Render "loading..." text into a cairo surface instead of directly into the window so that fontconfig lock is only needed once and UI is not blocked. Change text color to #9B9B9B. Fixes bug #397356. svn path=/trunk/; revision=2240
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index eb7ec72..cdc6a96 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -117,6 +117,7 @@ struct _EvView {
gboolean fullscreen;
gboolean presentation;
EvSizingMode sizing_mode;
+ cairo_surface_t *loading_text;
/* Presentation */
EvPresentationState presentation_state;