bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSBitmapImageRep.m no more warnings


From: Adam Fedor
Subject: Re: NSBitmapImageRep.m no more warnings
Date: Wed, 06 Nov 2002 08:44:44 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905

I added this. Thanks.

Lyndon Tremblay wrote:
2002-11-01   Lyndon Tremblay <humasect@shaw.ca>

    * Source/NSBitmapImageRep.m ([NSBitmapImageRep -draw]):
    Casted argument 11 for NSDrawBitmap() to remove warning.

diff -c -r1.31 NSBitmapImageRep.m
*** NSBitmapImageRep.m    26 Jan 2002 04:14:38 -0000    1.31
--- NSBitmapImageRep.m    2 Nov 2002 06:48:59 -0000
***************
*** 379,385 ****
            _isPlanar,
            _hasAlpha,
            _colorSpace,
!            _imagePlanes);
   return YES;
 }
 --- 379,385 ----
            _isPlanar,
            _hasAlpha,
            _colorSpace,
!            (const unsigned char **)_imagePlanes);
   return YES;
 }


--
Adam Fedor, Digital Optics Corp.      | I'm glad I hate spinach, because
http://www.doc.com                    | if I didn't, I'd eat it, and you
                                      | know how I hate the stuff.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]