Re: How to get the CGDirectDisplayID?
Re: How to get the CGDirectDisplayID?
- Subject: Re: How to get the CGDirectDisplayID?
- From: Andreas Mayer <email@hidden>
- Date: Tue, 26 Apr 2005 02:43:02 +0200
Am 26. Apr 2005 um 02:22 Uhr schrieb Ricky Sharp:
Thus, you can do this:
CGDirectDisplayID theCGDisplayID = (CGDirectDisplayID) [theNSNumber
intValue];
Great, thank you!
CGDirectDisplayID is a pointer to a struct, so it's just some 32-bit
value.
Well, I can see that it's a pointer to a struct. It's just that I
didn't know _what_ struct it is pointing to. :)
Maybe I should file an enhancement request on the documentation ...
Thanks again,
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden