mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Reuben Martin has provided me with an updated pixmap set to replace RME's 1998 style no longer in use by the corresponding Win32 tools. The Linux pixmaps are based on ardour2. Likewise hdspmixer, ardour2 is GPLv2. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
17 lines
520 B
C
17 lines
520 B
C
/* XPM */
|
|
char const * matrix_grey_l_xpm[] = {
|
|
"32 12 2 1",
|
|
" c None",
|
|
". c #737384",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................",
|
|
"................................"};
|