source: NonGTP/include/FL/mac.r @ 769

Revision 769, 369 bytes checked in by gumbau, 18 years ago (diff)

FLTK imported to SVN repository to be linked agains the GeoTool? application

Line 
1data 'MBAR' (128) {
2        $"0001 0080"                                          /* ...x */
3};
4
5data 'MENU' (128, "Apple") {
6        $"0080 0000 0000 0000 0000 FFFF FFFB 0114"            /* .x........xxxx.. */
7        $"0A41 626F 7574 2046 4C54 4B00 0000 0001"            /* xAbout FLTK..... */
8        $"2D00 0000 0000"                                     /* -..... */
9};
10
11data 'carb' (0) {
12};
13
Note: See TracBrowser for help on using the repository browser.