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

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_point_mode.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 * point2_xpm[] = {
 
3
"16 16 2 1",
 
4
"       s None  c None",
 
5
".      c black",
 
6
"                ",
 
7
"                ",
 
8
"                ",
 
9
"   .            ",
 
10
"     .          ",
 
11
"   .        .   ",
 
12
"      .         ",
 
13
"                ",
 
14
"    .     .     ",
 
15
"                ",
 
16
"      .         ",
 
17
"         .   .  ",
 
18
"                ",
 
19
"                ",
 
20
"                ",
 
21
"                "};