|
From: <cre...@us...> - 2006-07-15 22:15:07
|
Revision: 1459 Author: creecode Date: 2006-07-15 15:15:02 -0700 (Sat, 15 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1459&view=rev Log Message: ----------- tweaks to get Windows working minor formatting tweaks Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/about.c Modified: Frontier/branches/FSRef_Migration/Common/source/about.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/about.c 2006-07-11 21:58:51 UTC (rev 1458) +++ Frontier/branches/FSRef_Migration/Common/source/about.c 2006-07-15 22:15:02 UTC (rev 1459) @@ -269,12 +269,14 @@ static void ccdrawfrontiericon (Rect rcicn, boolean flpressed) { - // - // 2006-06-18 creedon: FSRef-ized - // - // 7.0b53 PBS: draw an OS X style icon - // - + // + // 2006-07-12 creedon: FSRef-ized + // + // 7.0b53 PBS: draw an OS X style icon + // + + #ifdef MACVERSION + IconRef iconref; tyfilespec programfspec; short label; @@ -297,7 +299,11 @@ if (err == noErr) return; } // if + + #endif // MACVERSION + ploticonresource ( &rcicn, kAlignAbsoluteCenter, flpressed ? kTransformSelected : 0, idfrontiericon ); + } // ccdrawfrontiericon This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |