------------------------------------------------------------------------ r2431 | helixhorned | 2012-03-08 11:16:47 -0800 (Thu, 08 Mar 2012) | 1 line OS X: whitespace-cleanup Objective-C files. Also does TAB-->space. ------------------------------------------------------------------------ r2430 | helixhorned | 2012-03-08 11:16:30 -0800 (Thu, 08 Mar 2012) | 1 line OS X: fix and enable startup windows; enable PPC build in osxbuild.sh. ------------------------------------------------------------------------ r2429 | helixhorned | 2012-03-08 11:16:06 -0800 (Thu, 08 Mar 2012) | 3 lines OS X Objective-C files: NSApp -> nsapp as before for a PPC linkage fix Note: I'm not really sure whether I'm initializing it in the right places. ------------------------------------------------------------------------ r2428 | helixhorned | 2012-03-08 11:15:18 -0800 (Thu, 08 Mar 2012) | 1 line cleanup: remove now unused B_ATTRIBUTE_USED macro. ------------------------------------------------------------------------ r2427 | helixhorned | 2012-03-08 11:15:03 -0800 (Thu, 08 Mar 2012) | 4 lines Polymost: fix mirror-related oob access analogous to r1872's fix for classic. When drawing from inside the mirror, there may be no 'bunches' (BUILD lingo, not TROR ones) collected, but following code used the first one unconditionally. ------------------------------------------------------------------------