开发者

Change Screen Resolution in Snow Leopard

开发者 https://www.devze.com 2022-12-09 18:11 出处:网络
I\'ve been plugging away at this for a few hours now, and haven\'t found a good answer. In Leopard, I can programmatically change the screen resolution using Quartz Display Services with CGConfigureDi

I've been plugging away at this for a few hours now, and haven't found a good answer. In Leopard, I can programmatically change the screen resolution using Quartz Display Services with CGConfigureDisplayMode. Unfort开发者_开发问答unately, this has been deprecated in 10.6.

This seems like a simple task: how can I change the screen resolution with non-deprecated methods in Snow Leopard?

Thanks!


The functionality has been updated; take a look at CGConfigureDisplayWithDisplayMode in <CoreGraphics/CGDisplayConfiguration.h>.

0

精彩评论

暂无评论...
验证码 换一张
取 消