]> git.alsa-project.org Git - alsa-utils.git/commitdiff
- fixed the color of subwindow title.
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2004 19:23:44 +0000 (19:23 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2004 19:23:44 +0000 (19:23 +0000)
alsamixer/alsamixer.c

index 39a5c41b0d19abe7d3dd3bce92be5b269116515c..665e17257f039375f127f8275e5e403af07f36ed 100644 (file)
@@ -1224,7 +1224,7 @@ mixer_show_text (char *title,
        }
       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);