Tagged Questions

4
votes
4answers
164 views

On Linux, could a process render another process's GUI?

I am writing a video player on Linux and I would like to separate it into 2 process : A. decoder process B. GUI In this way, I could use different programming languages and when a problem happens, ...
2
votes
1answer
69 views

Mechanism of clipboard of xwindow

Can anybody explain the mechanism of clipboard of xwindow to me? For example, if I make a operation of open a file from gedit and copy the content of this file using ctrl+c. And then I open vim and ...
1
vote
2answers
273 views

Video decoding and rendering library for XLib

Currently what I have a Linux application that was written using Xlib and I needed to add video playing capabilities into it. What libraries would you recommend that I could use for video decoding ...
0
votes
1answer
149 views

How do I create a X-windows window independent of the current window manager?

I am playing with X-windows, Xlib, etc. I want to create a X-window independent of the window-manager: meaning that I do not want the WM to put a frame, minimize-maximize, close, menu, title-bar, etc. ...