> Does directfb allow window reparenting which X11 window manager uses to > do their job?
I'm pretty sure that DirectFB has nothing to do with the reparanting. If you're going to use reparanting for DirectFB apps you first need to be able to group windows together or have some sort of relationship between windows. There's nothing like that in DirectFB, but I really wish there was. What I want is to be able to have child windows that belong and live inside the main/parent window. Sort of something like subsurfaces only instead of sharing the surface it creates a new surface that can be moved around/resized/etc without messing up the main surface. Now it's really a pain to keep redrawing lots of stuff just because you wanted to move part of a surface to a different area in that surface. Do you know what I mean? I'd also like to be able to move a group of windows simultanously without DirectFB doing repaint_stack (or whatever) between each single window move. I hope I wasn't too unclear, let me know. Hallvar Helleseth -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
