source: git/lib/icons/defaults.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: 439 bytes
RevLine 
[63c2fe8]1/* XPM */
2static char *defaults_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"15 15 3 1",
5"  c #000084",
6". c #848484",
7"X c None",
8/* pixels */
9"XXXXXXXXXXXXXXX",
10"XXXXXXXXXXXXXXX",
11"XXXXXXXXXXXXXXX",
12"XXXXXXXXXXXXXXX",
13"XXXXXXXX    XXX",
14"XX XXX  XXXX .X",
15"XX  X XXXXXXX X",
16"XX   XXXXXXXX X",
17"XX    XXXXXXX X",
18"XX     XXXXX .X",
19"XXXXXXXXXXX. XX",
20"XXXXXXXXXXXXXXX",
21"XXXXXXXXXXXXXXX",
22"XXXXXXXXXXXXXXX",
23"XXXXXXXXXXXXXXX"
24};
Note: See TracBrowser for help on using the repository browser.