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.
This commit is contained in:
Mark McLoughlin 2003-07-15 11:40:19 +00:00 committed by Mark McLoughlin
parent 225b8ccea7
commit bc8567d488
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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,