Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-09 06:17:34 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-09 06:17:34 (GMT)
commit647c82b12ba02ea3f2eca41516bd5205e599f6f1 (patch)
tree0ea56f2c4d620a0beb9d7ae9f999d1d398605ba6 /shell/ev-jobs.h
parent3fbddc92cfd132f6793605057c770cd77bf37c3d (diff)
Make thread safe.
Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run): * shell/ev-jobs.h: Make thread safe.
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 8836d92..a0ef3f4 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -120,8 +120,8 @@ struct _EvJobRender
GdkPixbuf *selection;
GdkRegion *selection_region;
EvRectangle selection_points;
- GdkColor *base;
- GdkColor *text;
+ GdkColor base;
+ GdkColor text;
gint include_links : 1;
gint include_text : 1;