~ubuntu-branches/ubuntu/lucid/xmcd/lucid

« back to all changes in this revision

Viewing changes to xmcd_d/bitmaps/prevtrk.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2002-04-07 11:34:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020407113406-iiv53im1zyebg0sd
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *   xmcd - Motif(tm) CD Audio Player
 
3
 *
 
4
 *   Copyright (C) 1993-2000  Ti Kan
 
5
 *   E-mail: ti@amb.org
 
6
 *
 
7
 *   This program is free software; you can redistribute it and/or modify
 
8
 *   it under the terms of the GNU General Public License as published by
 
9
 *   the Free Software Foundation; either version 2 of the License, or
 
10
 *   (at your option) any later version.
 
11
 *
 
12
 *   This program is distributed in the hope that it will be useful,
 
13
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 *   GNU General Public License for more details.
 
16
 *
 
17
 *   You should have received a copy of the GNU General Public License
 
18
 *   along with this program; if not, write to the Free Software
 
19
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
20
 *
 
21
 */
 
22
#ifndef LINT
 
23
static char *_prevtrk_xbm_ident_ = "@(#)prevtrk.xbm     6.9 99/12/27";
 
24
#endif
 
25
 
 
26
#define prevtrk_width 16
 
27
#define prevtrk_height 16
 
28
static unsigned char prevtrk_bits[] = {
 
29
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x86, 0x61,
 
30
   0xe6, 0x79, 0xfe, 0x7f, 0xe6, 0x79, 0x86, 0x61, 0x06, 0x00, 0x00, 0x00,
 
31
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
 
32
};