changeset 1821:bbd774554ae7 trunk

[svn] - revert
author nenolod
date Thu, 05 Oct 2006 02:28:23 -0700
parents e93eaf88a52a
children 7e324a23be67
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 05 02:12:02 2006 -0700
+++ b/ChangeLog	Thu Oct 05 02:28:23 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-05 09:12:02 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2597]
+  - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp.
+  
+  trunk/audacious/mainwin.c |    2 --
+  1 file changed, 2 deletions(-)
+
+
 2006-10-05 09:07:02 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2595]
   - fix an assertion error
--- a/audacious/mainwin.c	Thu Oct 05 02:12:02 2006 -0700
+++ b/audacious/mainwin.c	Thu Oct 05 02:28:23 2006 -0700
@@ -3677,6 +3677,8 @@
         count--;
 
     mainwin_force_redraw = FALSE;
+    draw_equalizer_window(FALSE);
+    draw_playlist_window(FALSE);
 
     if (mainwin_title_text) {
         G_LOCK(mainwin_title);