~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to xpm/pointer.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
/* Drawn  by Mark Donohoe for the K Desktop Environment */
 
3
/* See http://www.kde.org */
 
4
static const char*pointer_xpm[]={
 
5
"18 18 4 1",
 
6
"# c #000000",
 
7
"a c #000080",
 
8
"b c #808080",
 
9
". c None",
 
10
"..................",
 
11
"..................",
 
12
".....#............",
 
13
".....##...........",
 
14
".....###..........",
 
15
".....####.........",
 
16
".....#####........",
 
17
".....######.......",
 
18
".....#######......",
 
19
".....########.....",
 
20
".....#####........",
 
21
".....##.##........",
 
22
".....#...##.......",
 
23
".........##.......",
 
24
"..........##......",
 
25
"..........##......",
 
26
"..................",
 
27
".................."};
 
28