comparison audacious/util.h @ 1938:1d9c1026d9f8 trunk

[svn] - DoubleSize support. This has bugs, the most notable one being that DoubleSize only works right if you restart the player. The second bug is rather obvious too. No osmosis skinengine. No TinyPlayer. Classic-esque skinengine only. This is because the doublesize algorithm hates you and wants you to go die in a fire.
author nenolod
date Sun, 05 Nov 2006 04:43:16 -0800
parents 90d95cd7edb5
children c725daec3849
comparison
equal deleted inserted replaced
1937:f6856d226afb 1938:1d9c1026d9f8
144 GtkSignalFunc button_action, 144 GtkSignalFunc button_action,
145 gpointer action_data); 145 gpointer action_data);
146 gboolean xmms_check_realtime_priority(void); 146 gboolean xmms_check_realtime_priority(void);
147 void xmms_usleep(gint usec); 147 void xmms_usleep(gint usec);
148 148
149 GdkImage *create_dblsize_image(GdkImage * img);
150
149 G_END_DECLS 151 G_END_DECLS
150 152
151 #endif 153 #endif