source: git/lib/icons/tubes.xpm @ a7d4233

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since a7d4233 was 63c2fe8, checked in by Olly Betts <olly@…>, 9 years ago
  • .gitignore,lib/icons/,src/aven.rc,src/mainfrm.cc: Rather than loading

all the toolbar and notebook icons from PNG files on disk, compile
them into the aven binary. On most platforms, as XPMs; on MSW as
.ico files via a generated .rc file.

  • Property mode set to 100644
File size: 481 bytes
RevLine 
[63c2fe8]1/* XPM */
2static char *tubes_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"15 15 6 1",
5"  c #000000",
6". c #474747",
7"X c #D3B637",
8"o c #F2CE41",
9"O c #848484",
10"+ c None",
11/* pixels */
12"+++++++++++++++",
13"+++++++++++++++",
14"++++++       ++",
15"+++++ XXXXX  ++",
16"++++ XXXXX o ++",
17"+++ XXXXX oo ++",
18"++ XXXXX ooo ++",
19"+       oooo ++",
20"+ ....  oooo ++",
21"+ ... O ooo +++",
22"+ .. OO oo ++++",
23"+ . OOO o +++++",
24"+  OOOO  ++++++",
25"+       +++++++",
26"+++++++++++++++"
27};
Note: See TracBrowser for help on using the repository browser.