Blame hdspmixer/src/pixmaps.h

Packit 427e91
/*
Packit 427e91
 *   HDSPMixer
Packit 427e91
 *    
Packit 427e91
 *   Copyright (C) 2003 Thomas Charbonnel (thomas@undata.org)
Packit 427e91
 *    
Packit 427e91
 *   This program is free software; you can redistribute it and/or modify
Packit 427e91
 *   it under the terms of the GNU General Public License as published by
Packit 427e91
 *   the Free Software Foundation; either version 2 of the License, or
Packit 427e91
 *   (at your option) any later version.
Packit 427e91
 *
Packit 427e91
 *   This program is distributed in the hope that it will be useful,
Packit 427e91
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 427e91
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 427e91
 *   GNU General Public License for more details.
Packit 427e91
 *
Packit 427e91
 *   You should have received a copy of the GNU General Public License
Packit 427e91
 *   along with this program; if not, write to the Free Software
Packit 427e91
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Packit 427e91
 */
Packit 427e91
Packit 427e91
#ifndef pixmaps_H
Packit 427e91
#define pixmaps_H
Packit 427e91
Packit 427e91
extern char const * Slider1_xpm[];
Packit 427e91
extern char const * Slider2_xpm[];
Packit 427e91
extern char const * b_blank_xpm[];
Packit 427e91
extern char const * b_card1_xpm[];
Packit 427e91
extern char const * b_card2_xpm[];
Packit 427e91
extern char const * b_card3_xpm[];
Packit 427e91
extern char const * b_mute_xpm[];
Packit 427e91
extern char const * b_pre1_xpm[];
Packit 427e91
extern char const * b_pre2_xpm[];
Packit 427e91
extern char const * b_pre3_xpm[];
Packit 427e91
extern char const * b_pre4_xpm[];
Packit 427e91
extern char const * b_pre5_xpm[];
Packit 427e91
extern char const * b_pre6_xpm[];
Packit 427e91
extern char const * b_pre7_xpm[];
Packit 427e91
extern char const * b_pre8_xpm[];
Packit 427e91
extern char const * b_save_xpm[];
Packit 427e91
extern char const * b_solo_xpm[];
Packit 427e91
extern char const * buttons_xpm[];
Packit 427e91
extern char const * empty_xpm[];
Packit 427e91
extern char const * empty_linux_xpm[];
Packit 427e91
extern char const * iomixer_xpm[];
Packit 427e91
extern char const * level_xpm[];
Packit 427e91
extern char const * monitor_xpm[];
Packit 427e91
extern char const * mute_xpm[];
Packit 427e91
extern char const * output_xpm[];
Packit 427e91
extern char const * over_xpm[];
Packit 427e91
extern char const * peak_xpm[];
Packit 427e91
extern char const * solo_xpm[];
Packit 427e91
extern char const * iomixer_r_xpm[];
Packit 427e91
extern char const * output_r_xpm[];
Packit 427e91
extern char const * matrix_white_xpm[];
Packit 427e91
extern char const * matrix_black_xpm[];
Packit 427e91
extern char const * matrix_yellow_xpm[];
Packit 427e91
extern char const * matrix_mute_xpm[];
Packit 427e91
extern char const * matrix_grey_xpm[];
Packit 427e91
extern char const * matrix_grey_l_xpm[];
Packit 427e91
extern char const * matrix_grey_ol_xpm[];
Packit 427e91
extern char const * matrix_grey_o_xpm[];
Packit 427e91
Packit 427e91
#endif
Packit 427e91