Re: AU Host Window Compositing flags
Re: AU Host Window Compositing flags
- Subject: Re: AU Host Window Compositing flags
- From: Airy André <email@hidden>
- Date: Tue, 5 Nov 2002 23:35:21 +0100
Would it be possible to add a property or something so the AU can tell
the host the kind of window it does prefer ?
(which of course the host could refuse to honor)
If the property is not present, the host could assume "no compositing"
(to be compatible with current AU).
The AU should also be able to ask the host to use the generic view if
it can't draw in the kind of window the host can provides.
property "compositing" :
- not defined or
"incompatible" --> the host create a window with no
compositing (like today) or use the generic view (or its own generic
view)
- "prefer compositing" --> let the host choose, but should create
a window with compositing if possible
- "prefer classic" --> let the host choose, but
should create a window with no compositing if possible
- "needed" --> the host should create a window with compositing
or use the generic view (or its own generic view)
Airy
Le mardi, 5 nov 2002, ` 22:38 Europe/Paris, Michael Hopkins a icrit :
Please do not assume that compositing is on for your host. You should
probably check and bail if necessary if it is not on, or even better,
provide a non HIView dependent interface in that case.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.