diff src/audacious/ui_skinned_window.c @ 4216:75d99359357b

doublesize -> custom scale: * initial work, just got it to compile * doublesize is broken at all
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 19:43:53 +0200
parents 47352b34dbdf
children f1074a07ec09
line wrap: on
line diff
--- a/src/audacious/ui_skinned_window.c	Sun Jan 27 15:15:03 2008 +0200
+++ b/src/audacious/ui_skinned_window.c	Sun Jan 27 19:43:53 2008 +0200
@@ -204,7 +204,7 @@
     }
 
     ui_skinned_widget_draw(GTK_WIDGET(window), obj, width, height,
-                           window->type != WINDOW_PLAYLIST && cfg.doublesize);
+                           window->type != WINDOW_PLAYLIST && cfg.scaled);
 
     g_object_unref(obj);