I have an application where I need to display streaming video using XV.
I will pass the identifier of the top-level window to the main video playback application, which will attach / add a child window (a child window with streaming videos in it) to my window. Therefore, for this I need to get the identifier of the top-level window provided by the operating system.
I use GTK + and C on Linux.
source
share