diff audacious/playlist_list.c @ 1050:3131795a78c4 trunk

[svn] - performance boost
author nenolod
date Sun, 14 May 2006 16:24:39 -0700
parents b10e09537428
children 21628529c615
line wrap: on
line diff
--- a/audacious/playlist_list.c	Sun May 14 16:08:07 2006 -0700
+++ b/audacious/playlist_list.c	Sun May 14 16:24:39 2006 -0700
@@ -118,7 +118,7 @@
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
 
-static GdkPixmap *get_transparency_pixmap(void)
+GdkPixmap *get_transparency_pixmap(void)
 {
     Atom prop, type;
     int format;
@@ -145,7 +145,7 @@
 
 #else
 
-static GdkPixmap *get_transparency_pixmap(void)
+GdkPixmap *get_transparency_pixmap(void)
 {
     return NULL;
 }