How to obtain the available dimensions of window

2007-12-29 Thread intmail
Hello, Is there a function (or any method) that can tell me the left space available for an already maped top level window (parent is root window) ? The method for new top level window are possible: set the value of width and height very high then the window manager will reduce it automatically

Re: How to obtain the available dimensions of window

2007-12-29 Thread Josip Deanovic
On 2007-12-29 (December, Saturday), intmail wrote: > Hello, > > Is there a function (or any method) that can tell me the left space > available for an already maped top level window (parent is root window) ? Hi! I am not sure if I understand your question correctly but I don't think that there i

Re: X driver: Using offscreen memory manager for Xv

2007-12-29 Thread Marc Aurele La France
On Mon, 26 Nov 2007, Bankim Bhavsar wrote: I'm implementing Xv extension of linux X driver. I need to use offscreen memory to allocate space for incoming video-frames. Currently, I am using xf86InitFBManager() part of xf86fbman.h to initialize offscreen memory by specifying a BoxPtr. The offs