|
From: <cre...@us...> - 2006-03-30 03:30:14
|
Revision: 1173 Author: creecode Date: 2006-03-29 19:30:08 -0800 (Wed, 29 Mar 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1173&view=rev Log Message: ----------- remove unused boolean flmenubar from getwindowscreenbounds function revert declaration of constraintorect function to static boolean constraintorect so we don't have to declare in a prototype Modified Paths: -------------- Frontier/trunk/Common/source/quickdraw.c Modified: Frontier/trunk/Common/source/quickdraw.c =================================================================== --- Frontier/trunk/Common/source/quickdraw.c 2006-03-29 02:19:25 UTC (rev 1172) +++ Frontier/trunk/Common/source/quickdraw.c 2006-03-30 03:30:08 UTC (rev 1173) @@ -1218,7 +1218,6 @@ register long ctpixelsmost = 0; register long ctpixels; Rect rsect; - boolean flmenubar = true; //Code change by Timothy Paustian Friday, June 9, 2000 10:05:50 PM //Changed to Opaque call for Carbon BitMap screenBits; @@ -2459,7 +2458,7 @@ } /*getdesktopbounds*/ -extern boolean constraintorect (Rect *rconstrained, Rect rcontains, boolean flcenter) { +static boolean constraintorect (Rect *rconstrained, Rect rcontains, boolean flcenter) { /* 9/15/91 dmb: make sure that rconstrained fits within rcontains. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |