From bc8567d488c8222f655f2ed746ecfa8041c81137 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 15 Jul 2003 11:40:19 +0000 Subject: [PATCH] make pixbuf_cache static to avoid possible symbol conflicts. 2003-07-15 Mark McLoughlin * pixbuf-render.c: make pixbuf_cache static to avoid possible symbol conflicts. --- modules/engines/pixbuf/ChangeLog | 5 +++++ modules/engines/pixbuf/pixbuf-render.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index f2e5d10118..be14da2234 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2003-07-15 Mark McLoughlin + + * pixbuf-render.c: make pixbuf_cache static to avoid + possible symbol conflicts. + 2003-03-02 Tor Lillqvist * Makefile.am: Use -no-undefined on Windows. diff --git a/modules/engines/pixbuf/pixbuf-render.c b/modules/engines/pixbuf/pixbuf-render.c index 272613ff2d..c449da3734 100644 --- a/modules/engines/pixbuf/pixbuf-render.c +++ b/modules/engines/pixbuf/pixbuf-render.c @@ -25,7 +25,7 @@ #include "pixbuf.h" #include -GCache *pixbuf_cache = NULL; +static GCache *pixbuf_cache = NULL; static GdkPixbuf * bilinear_gradient (GdkPixbuf *src,