diff audacious/mainwin.c @ 1792:b8f082ddd9f1 trunk

[svn] - implement mainwinTextVisible, mainwinVisVisible, mainwinOthertextVisible hints
author nenolod
date Wed, 04 Oct 2006 19:39:30 -0700
parents 15c92d5aebcd
children 9e37de705efa
line wrap: on
line diff
--- a/audacious/mainwin.c	Wed Oct 04 19:00:09 2006 -0700
+++ b/audacious/mainwin.c	Wed Oct 04 19:39:30 2006 -0700
@@ -908,6 +908,21 @@
         widget_show(WIDGET(mainwin_menurow));
     else
         widget_hide(WIDGET(mainwin_menurow));
+
+    if (bmp_active_skin->properties.mainwin_text_visible)
+        widget_show(WIDGET(mainwin_info));
+    else
+        widget_hide(WIDGET(mainwin_info));
+
+    if (bmp_active_skin->properties.mainwin_othertext_visible)
+        widget_show(WIDGET(mainwin_othertext));
+    else
+        widget_hide(WIDGET(mainwin_othertext));
+
+    if (bmp_active_skin->properties.mainwin_vis_visible)
+        widget_show(WIDGET(mainwin_vis));
+    else
+        widget_hide(WIDGET(mainwin_vis));
 }
 
 void