diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.r | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/FL/mac.r b/FL/mac.r new file mode 100644 index 000000000..ef7d54eeb --- /dev/null +++ b/FL/mac.r @@ -0,0 +1,26 @@ +data 'MBAR' (128) { + $"0001 0080" /* ...€ */ +}; + +data 'MENU' (128, "Apple") { + $"0080 0000 0000 0000 0000 FFFF FFFB 0114" /* .€........ÿÿÿû.. */ + $"0A41 626F 7574 2046 4C54 4B00 0000 0001" /* ÂAbout FLTK..... */ + $"2D00 0000 0000" /* -..... */ +}; + +data 'cfrg' (0) { + $"0000 0000 0000 0000 0000 0001 0000 0000" /* ................ */ + $"0000 0000 0000 0000 0000 0000 0000 0001" /* ................ */ + $"7077 7063 0000 0000 0000 0000 0000 0000" /* pwpc............ */ + $"0001 0000 0000 0101 0000 0000 0000 0000" /* ................ */ + $"0000 0000 0000 0000 0034 0662 7574 746F" /* .........4.butto */ + $"6E00 0000" /* n... */ +}; + +data 'SIZE' (-1) { + $"58C0 0006 0000 0006 0000" /* XÀ........ */ +}; + +data 'carb' (0) { +}; + |
