From 4aa27ea1d50e2812707e2fe06247eb8410310979 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 21 Jan 2007 16:25:45 +0000 Subject: Render "loading..." text into a cairo surface instead of directly into the 2007-01-21 Carlos Garcia Campos * 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 --- (limited to 'shell/ev-view-private.h') 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; -- cgit v0.9.1