Grab parent pointer in Fullscreen X11
Posted: 07 Aug 2008 18:45
Hy,
i am in a situation, when I play the video (under ubuntu) from FF plugin in fullscreen mode (X code will be called). I get the pointer to the fullscreen window which is apparently the subwindow created after function call "CreateWindow()" in xcommon.c
I want to grab the parent of this video window, whenever I do XQueryTree() to get the childList of this window's parent, I get the segfault.
Is there anyway to get the handle on firefox window when video is in fullscreen mode.
Thanks
i am in a situation, when I play the video (under ubuntu) from FF plugin in fullscreen mode (X code will be called). I get the pointer to the fullscreen window which is apparently the subwindow created after function call "CreateWindow()" in xcommon.c
I want to grab the parent of this video window, whenever I do XQueryTree() to get the childList of this window's parent, I get the segfault.
Is there anyway to get the handle on firefox window when video is in fullscreen mode.
Thanks