summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2003-07-15 11:40:19 +0000
committerMark McLoughlin <markmc@src.gnome.org>2003-07-15 11:40:19 +0000
commitbc8567d488c8222f655f2ed746ecfa8041c81137 (patch)
treeb9216758ff2ae000125e6751b8c2bd14cb40f0eb
parent225b8ccea750746a2be1eeda9bde8222882865b7 (diff)
downloadgdk-pixbuf-bc8567d488c8222f655f2ed746ecfa8041c81137.tar.gz
make pixbuf_cache static to avoid possible symbol conflicts.
2003-07-15 Mark McLoughlin <mark@skynet.ie> * pixbuf-render.c: make pixbuf_cache static to avoid possible symbol conflicts.
-rw-r--r--modules/engines/pixbuf/ChangeLog5
-rw-r--r--modules/engines/pixbuf/pixbuf-render.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog
index f2e5d1011..be14da223 100644
--- a/modules/engines/pixbuf/ChangeLog
+++ b/modules/engines/pixbuf/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-15 Mark McLoughlin <mark@skynet.ie>
+
+ * pixbuf-render.c: make pixbuf_cache static to avoid
+ possible symbol conflicts.
+
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined on Windows.
diff --git a/modules/engines/pixbuf/pixbuf-render.c b/modules/engines/pixbuf/pixbuf-render.c
index 272613ff2..c449da373 100644
--- a/modules/engines/pixbuf/pixbuf-render.c
+++ b/modules/engines/pixbuf/pixbuf-render.c
@@ -25,7 +25,7 @@
#include "pixbuf.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
-GCache *pixbuf_cache = NULL;
+static GCache *pixbuf_cache = NULL;
static GdkPixbuf *
bilinear_gradient (GdkPixbuf *src,