source: git/lib/icons/fixed_pts.xpm

Last change on this file 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: 425 bytes
RevLine 
[63c2fe8]1/* XPM */
2static char *fixed_pts_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"15 15 2 1",
5"  c #FF0000",
6". c None",
7/* pixels */
8"...............",
9"....... .......",
10"....... .......",
11"......   ......",
12".....  .  .....",
13".....  .  .....",
14"....  ...  ....",
15"...  .....  ...",
16"...  .. ..  ...",
17"..  ..   ..  ..",
18".  .... ....  .",
19".  .........  .",
20"               ",
21"               ",
22"..............."
23};
Note: See TracBrowser for help on using the repository browser.