Skip navigation.
 
mlRe: [Fixed] NSScreen - real size?
FROM : Ryan Stevens
DATE : Thu Oct 31 20:25:26 2002

Thanks to those that replied!

Just a re-cap on how to get the real screen size for the list archives.
;-)

On Wednesday, October 30, 2002, at 01:25  PM, Jean-Michel Vallat wrote
(roughly):
> #import <ApplicationServices/ApplicationServices.h>
> {
>         CGDisplayPixelsWide(kCGDirectMainDisplay),
>         CGDisplayPixelsHigh(kCGDirectMainDisplay));
> }
> ----
>
> Check "CGDirectDisplay.h" for more information about the
> 'CGDirectDisplayID'.



On Thursday, October 31, 2002, at 03:47  AM, Jeremy Dronfield wrote
(roughly):
>
> NSRect screen = [[NSScreen mainScreen] frame];

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSScreen - real size? Ryan Stevens Oct 30, 21:11
mlRe: NSScreen - real size? Jeremy Dronfield Oct 31, 12:47
mlRe: [Fixed] NSScreen - real size? Ryan Stevens Oct 31, 20:25