mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
225b8ccea7
commit
bc8567d488
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user