[MPlayer-dev-eng] [PATCH] Replaced deprecated QuickDraw calls in vo_quartz

David DeHaven dave at sagetv.com
Wed Oct 29 16:51:03 CET 2008


On Oct 29, 2008, at 5:33 AM, Guillaume POIRIER wrote:
>> SetSystemUIMode is in HIToolbox so isn't available to 64 bit apps.
>>
>> Besides that Apple gives strong warnings NOT to use it. You should be
>> using CoreGraphics instead. I don't know if the QT BeginFullScreen
>> call is available through QTKit or not, that was another easy way to
>> do it.
>
> Ok, thanks for the explanation. I think that this patch should be
> reviewed now and considered for inclusion.
> Fullscreen support in 64 bits mode can be dealt with later.
>
> Nicolas, Ulion, what do you think about the patch?

I'm too busy at the moment to really help, but using CG to gain  
fullscreen mode is fairly trivial:
http://developer.apple.com/documentation/GraphicsImaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayCapture.html

I've done this several times and there's really nothing to it if all  
you want to do is capture the main display.

-DrD-




More information about the MPlayer-dev-eng mailing list