Mercurial > audlegacy
diff src/audacious/ui_svis.h @ 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 | 2f08ee945857 |
| children | 2eee464379dc |
line wrap: on
line diff
--- a/src/audacious/ui_svis.h Sun Jan 27 15:15:03 2008 +0200 +++ b/src/audacious/ui_svis.h Sun Jan 27 19:43:53 2008 +0200 @@ -40,7 +40,7 @@ gint x, y, width, height; gint data[75]; gint refresh_delay; - gboolean double_size; + gboolean scaled; GtkWidget *fixed; gboolean visible_window; GdkWindow *event_window; @@ -48,7 +48,7 @@ struct _UiSVisClass { GtkWidgetClass parent_class; - void (* doubled) (UiSVis *vis); + void (* scaled) (UiSVis *vis); }; GtkWidget* ui_svis_new (GtkWidget *fixed, gint x, gint y);
