diff 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
line wrap: on
line diff
--- a/audacious/util.h	Sun Nov 05 02:38:25 2006 -0800
+++ b/audacious/util.h	Sun Nov 05 04:43:16 2006 -0800
@@ -146,6 +146,8 @@
 gboolean xmms_check_realtime_priority(void);
 void xmms_usleep(gint usec);
 
+GdkImage *create_dblsize_image(GdkImage * img);
+
 G_END_DECLS
 
 #endif