comparison 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
comparison
equal deleted inserted replaced
1049:0390e4394c50 1050:3131795a78c4
116 116
117 #include <gdk/gdkx.h> 117 #include <gdk/gdkx.h>
118 #include <X11/Xlib.h> 118 #include <X11/Xlib.h>
119 #include <X11/Xatom.h> 119 #include <X11/Xatom.h>
120 120
121 static GdkPixmap *get_transparency_pixmap(void) 121 GdkPixmap *get_transparency_pixmap(void)
122 { 122 {
123 Atom prop, type; 123 Atom prop, type;
124 int format; 124 int format;
125 unsigned long length, after; 125 unsigned long length, after;
126 unsigned char *data; 126 unsigned char *data;
143 } 143 }
144 144
145 145
146 #else 146 #else
147 147
148 static GdkPixmap *get_transparency_pixmap(void) 148 GdkPixmap *get_transparency_pixmap(void)
149 { 149 {
150 return NULL; 150 return NULL;
151 } 151 }
152 152
153 #endif 153 #endif