Re: Where to find CGSDisplayAddress
Re: Where to find CGSDisplayAddress
- Subject: Re: Where to find CGSDisplayAddress
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 4 Jun 2003 16:57:51 +0100
On Wednesday, June 4, 2003, at 04:27 pm, David Blanton wrote:
Can anyone tell me where to find the definition of CGSGetDisplayAddress
within application services?
CGS* functions are private WindowServer SPI, and not available for 3rd
parties to use. However, there is actually a public API for this:
/*
* Returns base address of display or NULL for an invalid display.
* If the display has not been captured, the returned address may refer
* to read-only memory.
*/
void * CGDisplayBaseAddress(CGDirectDisplayID display);
-- Finlay
_______________________________________________
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.