Re: screensaver background color
Re: screensaver background color
- Subject: Re: screensaver background color
- From: Andreas Mayer <email@hidden>
- Date: Thu, 8 Jul 2004 17:03:51 +0200
Am 08.07.2004 um 15:24 Uhr schrieb Rhon Fitzwater:
I am still not having any luck. Does anyone have any suggestions?
I think you will have to draw the background in your drawRect: method.
Like so:
[backgroundColor set];
NSRectFillUsingOperation(rect, NSCompositeSourceOver);
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.