~ubuntu-branches/ubuntu/vivid/openwalnut/vivid-proposed

« back to all changes in this revision

Viewing changes to src/modules/coordinateHUD/option_2.xpm

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2014-03-19 17:46:12 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140319174612-e4mgtr1avbq3f7ph
Tags: 1.4.0~rc1+hg3a3147463ee2-1
* Major functionality and stability improvements.
* Several bug fixes
* Changed ttf-liberation dependency to fonts-liberation (Closes: #722405)
* OpenWalnut now works properly with OpenSceneGraph 3.2 (Closes: #718381)
* See http://www.openwalnut.org/versions/2

Show diffs side-by-side

added added

removed removed

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