Blame qlo10k1/src/icons/routing_fx.xpm

Packit Service b98cfc
/*
Packit Service b98cfc
 *  qlo10k1 - GUI frontend for ld10k1
Packit Service b98cfc
 *
Packit Service b98cfc
 *  Copyright (c) 2004 by Peter Zubaj
Packit Service b98cfc
 *
Packit Service b98cfc
 *   This program is free software; you can redistribute it and/or modify
Packit Service b98cfc
 *   it under the terms of the GNU General Public License as published by
Packit Service b98cfc
 *   the Free Software Foundation; either version 2 of the License, or
Packit Service b98cfc
 *   (at your option) any later version.
Packit Service b98cfc
 *
Packit Service b98cfc
 *   This program is distributed in the hope that it will be useful,
Packit Service b98cfc
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service b98cfc
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service b98cfc
 *   GNU General Public License for more details.
Packit Service b98cfc
 *
Packit Service b98cfc
 *   You should have received a copy of the GNU General Public License
Packit Service b98cfc
 *   along with this program; if not, write to the Free Software
Packit Service b98cfc
 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit Service b98cfc
 *
Packit Service b98cfc
 */
Packit Service b98cfc
 
Packit Service b98cfc
/* XPM */
Packit Service b98cfc
static const char *routing_fx[]={
Packit Service b98cfc
"22 22 4 1",
Packit Service b98cfc
". c None",
Packit Service b98cfc
"# c #000000",
Packit Service b98cfc
"b c #303030",
Packit Service b98cfc
"a c #ffffff",
Packit Service b98cfc
"......................",
Packit Service b98cfc
"......................",
Packit Service b98cfc
"........#####.........",
Packit Service b98cfc
"......##aaaaa##.......",
Packit Service b98cfc
".....#aaaaaaaaa#......",
Packit Service b98cfc
"....#aaaaaaaaaaa#.....",
Packit Service b98cfc
"...#aa####a#aa#aa#....",
Packit Service b98cfc
"...#aa#aaaa#aa#aa#....",
Packit Service b98cfc
"..#aaa#aaaa#aa#aaa#...",
Packit Service b98cfc
"..#aaa#aaaaa##aaaa#...",
Packit Service b98cfc
"..#aaa###.aabbaaaa#...",
Packit Service b98cfc
"..#aaa#aaaaa##aaaa#...",
Packit Service b98cfc
"..#aaa#aaaa#aa#aaa#...",
Packit Service b98cfc
"...#aa#aaaa#aa#aa#....",
Packit Service b98cfc
"...#aa#aaaa#aa#aa#....",
Packit Service b98cfc
"....#aaaaaaaaaaa#.....",
Packit Service b98cfc
".....#aaaaaaaaa#......",
Packit Service b98cfc
"......##aaaaa##.......",
Packit Service b98cfc
"........#####.........",
Packit Service b98cfc
"......................",
Packit Service b98cfc
"......................",
Packit Service b98cfc
"......................"};