~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to xpm/blacksquare.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mto: (1.1.9) (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110812111641-72iatqb9jomjejko
ImportĀ upstreamĀ versionĀ 2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * blacksquare_xpm[] = {
 
3
"18 18 4 1",
 
4
"   c None",
 
5
".  c #414141",
 
6
"+  c #473E3E",
 
7
"@  c #4E3C3C",
 
8
"                  ",
 
9
"                  ",
 
10
"                  ",
 
11
"                  ",
 
12
"                  ",
 
13
"   ............   ",
 
14
"   +...........   ",
 
15
"   @+..........   ",
 
16
"   ............   ",
 
17
"   ............   ",
 
18
"   ............   ",
 
19
"   ............   ",
 
20
"   ............   ",
 
21
"   ............   ",
 
22
"   ............   ",
 
23
"   ............   ",
 
24
"   ............   ",
 
25
"                  "};