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:
438 bytes
|
Rev | Line | |
---|
[63c2fe8] | 1 | /* XPM */ |
---|
| 2 | static char *pres_ff_xpm[] = { |
---|
| 3 | /* columns rows colors chars-per-pixel */ |
---|
| 4 | "15 15 3 1", |
---|
| 5 | " c #000000", |
---|
| 6 | ". c #60E03C", |
---|
| 7 | "X c None", |
---|
| 8 | /* pixels */ |
---|
| 9 | "XXXXXXXXXXXXXXX", |
---|
| 10 | " XXXXXXX XXXXXX", |
---|
| 11 | " XXXXXX XXXXX", |
---|
| 12 | " . XXXXX . XXXX", |
---|
| 13 | " .. XXXX .. XXX", |
---|
| 14 | " ... XXX ... XX", |
---|
| 15 | " .... XX .... X", |
---|
| 16 | " ..... X ..... ", |
---|
| 17 | " .... XX .... X", |
---|
| 18 | " ... XXX ... XX", |
---|
| 19 | " .. XXXX .. XXX", |
---|
| 20 | " . XXXXX . XXXX", |
---|
| 21 | " XXXXXX XXXXX", |
---|
| 22 | " XXXXXXX XXXXXX", |
---|
| 23 | "XXXXXXXXXXXXXXX" |
---|
| 24 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.