X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b781a6729859abc77e6ca5b1f81cbaad974a78f..c9fdc1071b06ebe6f2e075f3059d092756d9211b:/src/mac/corersrc.r?ds=sidebyside diff --git a/src/mac/corersrc.r b/src/mac/corersrc.r index 4f879a59db..4cafc341d7 100644 --- a/src/mac/corersrc.r +++ b/src/mac/corersrc.r @@ -1,7 +1,10 @@ -#include - -#if UNIVERSAL_INTERFACES_VERSION > 0x320 - #include +#ifdef __UNIX__ + #include +#else + #include + #if UNIVERSAL_INTERFACES_VERSION > 0x320 + #include + #endif #endif #define kMacOKAlertResourceID 128 @@ -388,7 +391,7 @@ resource 'ldes' ( 128 ) 0 , hasVertScroll , noHorizScroll , - 128 , + 0 , noGrowSpace , } } ; @@ -599,4 +602,12 @@ resource 'STR#' (251) { } }; -// end of get file \ No newline at end of file +// end of get file + +data 'PAT#' (128) { + $"0007 FFFF FFFF FFFF FFFF 0102 0408 1020" /* ..ÿÿÿÿÿÿÿÿ..... */ + $"4080 8040 2010 0804 0201 1010 10FF 1010" /* @€€@ ........ÿ.. */ + $"1010 0000 00FF 0000 0000 1010 1010 1010" /* .....ÿ.......... */ + $"1010 8142 2418 1824 4281" /* ..B$..$B */ +}; +