On 2004-07-11 03:20+0300
Dennis Smit <sy...@yo...> wrote:
> Impressive, very impressive! I was wondering how good the library
> is with reentrancy and multiple windows ?
Should be reentrant. If not, it must be fixed :)
> How are you going to implement things like window_size_requisistions,
> window_capption sets, like title, icon ? (if possible that is)
> window_no_frame and fullscreen support ?
Not sure. This should be backend/frontend dependant. Title and Icon,
for example, have not much sense width "*-widget" frontends.
Developer may also want to handle widget events him/herself...
On 2004-07-11 03:25+0300
Dennis Smit <sy...@yo...> wrote:
> The following case scenario:
> Visual is drawing into a GtkWidget. Embedded in a random player.
> Random player wants the visual fullscreen. How do we proceed from here
> on ? Can we get the gtk area fullscreen, in a decent mather, or do
> we need to "transfer" the visual from the gtk widget to a x11 display
> and then go fullscreen ?.
Thanks for your questions :)
I think it's better to "transfer" drawing to another window. This will
be done by backend. In case of fullscreen, the new window should be created.
GLX has no problems with it. GLX Context just need to be set up to
draw to another window, no delete/create stuff. It could be even simplier
with X11 - just blit to fullscreen window. Not sure about XVideo or
some kind of accelerated X11 (say, SHM).
> Also regarding the fullscreen stuff it would be good if the driver could
> give us a list of resolutions, depths so we can choose an appropiate
> one.
Yes, you're right.
PS. Sorry for my late answer. Have had mail delivery issues....
--
Vitaly
GPG Key ID: F95A23B9
|