diff src/audacious/ui_skinned_playstatus.h @ 4218:f1074a07ec09

mostly works, but the VIS is broken, and the eq window is too large...more bugs need to be found
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 23:00:32 +0200
parents d46d60247826
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/ui_skinned_playstatus.h	Sun Jan 27 21:24:28 2008 +0200
+++ b/src/audacious/ui_skinned_playstatus.h	Sun Jan 27 23:00:32 2008 +0200
@@ -48,14 +48,14 @@
     GtkWidget        widget;
 
     gint             x, y, width, height;
-    gboolean         double_size;
+    gboolean         scaled;
     PStatus          status;
     gboolean         buffering;
 };
 
 struct _UiSkinnedPlaystatusClass {
     GtkWidgetClass          parent_class;
-    void (* doubled)        (UiSkinnedPlaystatus *menurow);
+    void (* scaled)        (UiSkinnedPlaystatus *menurow);
 };
 
 GtkWidget* ui_skinned_playstatus_new (GtkWidget *fixed, gint x, gint y);