Update of /cvsroot/alsa/alsa-utils/alsamixer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20704

Modified Files:
        alsamixer.c 
Log Message:
- fixed the color of subwindow title.



Index: alsamixer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/alsamixer/alsamixer.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- alsamixer.c 30 Jan 2004 16:26:22 -0000      1.69
+++ alsamixer.c 4 Feb 2004 19:23:44 -0000       1.70
@@ -1224,7 +1224,7 @@
        }
       if (l <= x2 - x1 - 1)
        {
-         mixer_dc (DC_ANY_3);
+         mixer_dc (DC_CBAR_LABEL);
          mvaddstr (y1, x1 + 1 + (x2 - x1 - l) / 2, title);
        }
       mixer_dc (DC_ANY_4);



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to