~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_undo.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2004-04-19 20:34:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040419203400-g4e34ih0315wcn8v
Tags: upstream-1.0.3-R2
ImportĀ upstreamĀ versionĀ 1.0.3-R2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * tb_undo_xpm[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"17 17 5 1",
 
5
/* colors */
 
6
"       s mask  c None",
 
7
".      s style c black",
 
8
"X      s white c white",
 
9
"o      s dark  c grey50",
 
10
"x      s gray  c gray",
 
11
/* pixels */
 
12
"                 ",
 
13
"  ..  .....      ",
 
14
"  .X..XXXXX..    ",
 
15
"  .XXXXXXXXXX.   ",
 
16
"  .XXXX....XX.o  ",
 
17
"  .XXXX.ooo.XX.  ",
 
18
"  .XXXXX.  .XX.o ",
 
19
"  .......o .XX.o ",
 
20
"   o.ooooo .XX.o ",
 
21
"   .X.     .XX.o ",
 
22
"   .XX.....XX.oo ",
 
23
"    .XXXXXXXX.o  ",
 
24
"     .XXXXX..oo  ",
 
25
"      .....ooo   ",
 
26
"       ooooo     ",
 
27
"                 ",
 
28
"                 "};