Re: Cocoa, ATSUI, and graphics context
Re: Cocoa, ATSUI, and graphics context
- Subject: Re: Cocoa, ATSUI, and graphics context
- From: "Timothy J. Wood" <email@hidden>
- Date: Sun, 21 Apr 2002 14:57:17 -0700
On Sunday, April 21, 2002, at 12:18 PM, Todd Heberlein wrote:
values[0] = CG_context;
You need to pass the address of the variable containing the context
(like to you do with all the other ATSUI attributes).
So, try this:
values[0] = &CG_context;
-tim
_______________________________________________
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.