Yes it looks to me that pmap generated is fine, is there any way to cross check that ?
Type: Posts; User: Tan_has
Yes it looks to me that pmap generated is fine, is there any way to cross check that ?
Any Idea when XCopyArea generates bad request ?
Thanks!!!...
i am trying by making making current context to GLX ,at that time my process is giving a segmentation fault.
I also tried by creating a ximage and then putting that image into the...
Thanks!!!
I looked at XCopyArea, it says both drawables to be of same root window, my drawable is window.
I did one thing now by creating a XcreatepixmapfromBitmap, then copying, but it looks it...
I am very new to GLX, i have created a xwindow as a drawable, i have a glxpixmap, i need to copy a bytearray data to this pixmap.
Is there any mechanism by which i can do this.