Page 1 of 1

X11 window on top

Posted: 05 Aug 2008 14:52
by coldfire
regarding this function:
static int WindowOnTop( vout_thread_t *, bool ); /// @ /modules/video_output/x11/xcommon.c

I need to know that is this function working with the stable release or even with nightlies under X windows system. I want my browser-window that has embedded vlc plugin to appear on top of my fullscreen video window. Can I use this function to achieve that or I may use some other function?


build 0.9.0test3 Grishenko
Compiler: ubuntu 4.2.3-2ubuntu7
ubuntu 8.0.4 (vmware image)

Re: X11 window on top

Posted: 05 Aug 2008 15:46
by coldfire
or maybe can I use XCirculateSubwindows(display,window,<LowerHighest> or <RaiseLowest>) ????

Re: X11 window on top

Posted: 05 Aug 2008 17:12
by coldfire
anyone ?????