Mercurial > audlegacy
diff src/audacious/visualization.c @ 3054:34f37c59e87b
replace svis with UiSVis
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Fri, 13 Jul 2007 11:40:00 +0200 |
| parents | 6065d70cb790 |
| children | 3b6d316f8b09 |
line wrap: on
line diff
--- a/src/audacious/visualization.c Fri Jul 13 09:47:21 2007 +0200 +++ b/src/audacious/visualization.c Fri Jul 13 11:40:00 2007 +0200 @@ -284,7 +284,7 @@ if (!pcm_data || nch < 1) { if (cfg.vis_type != VIS_OFF) { if (cfg.player_shaded && cfg.player_visible) - svis_timeout_func(mainwin_svis, NULL); + ui_svis_timeout_func(mainwin_svis, NULL); else ui_vis_timeout_func(mainwin_vis, NULL); } @@ -464,7 +464,7 @@ } } if (cfg.player_shaded && cfg.player_visible) - svis_timeout_func(mainwin_svis, intern_vis_data); + ui_svis_timeout_func(mainwin_svis, intern_vis_data); else ui_vis_timeout_func(mainwin_vis, intern_vis_data); }
