debug-cidebug-ci-sanitisersfaster-cavernloglog-selectwalls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since d938adcc was
63c2fe8,
checked in by Olly Betts <olly@…>, 10 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:
472 bytes
|
Rev | Line | |
---|
[63c2fe8] | 1 | /* XPM */ |
---|
| 2 | static char *hideresults_xpm[] = { |
---|
| 3 | /* columns rows colors chars-per-pixel */ |
---|
| 4 | "15 15 5 1", |
---|
| 5 | " c #000000", |
---|
| 6 | ". c #D30404", |
---|
| 7 | "X c #1094A5", |
---|
| 8 | "o c #FFFFFF", |
---|
| 9 | "O c None", |
---|
| 10 | /* pixels */ |
---|
| 11 | "OOOOOOOOOOOOOOO", |
---|
| 12 | "OOO OOOO....O", |
---|
| 13 | "OO ooo OO.....O", |
---|
| 14 | "O ooooo O.....O", |
---|
| 15 | "O ooooX......OO", |
---|
| 16 | "O oooo......OOO", |
---|
| 17 | "OO oXX.....OOOO", |
---|
| 18 | "OOO ......OOOOO", |
---|
| 19 | "OOOO..... OOOOO", |
---|
| 20 | "OOO..... OOOO", |
---|
| 21 | "OO.....OO OOO", |
---|
| 22 | "O.....OOOO OO", |
---|
| 23 | "O....OOOOOO OO", |
---|
| 24 | "O....OOOOOOOOOO", |
---|
| 25 | "OOOOOOOOOOOOOOO" |
---|
| 26 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.