diff audacious/dock.c @ 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 bd51407ce849
children f18a5b617c34
line wrap: on
line diff
--- a/audacious/dock.c	Sun Nov 05 02:38:25 2006 -0800
+++ b/audacious/dock.c	Sun Nov 05 04:43:16 2006 -0800
@@ -289,7 +289,7 @@
     return shade_list;
 }
 
-static void
+void
 dock_window_resize(GtkWindow * widget, gint new_w, gint new_h, gint w, gint h)
 {
     gdk_window_set_hints(GTK_WIDGET(widget)->window, 0, 0, MIN(w, new_w),