The x-window tag has no wiki summary.
1
vote
1answer
147 views
How is Cairo related to GDK?
What exactly is the function of the GDK library and how does Cairo fit in? Are they competing or complementary technologies? Does one of them depend upon the other in any way?
3
votes
1answer
704 views
How to install cygwin/X through apt-cyg [closed]
Anyone knows how to install cygwin/X through apt-cyg, no with setup.exe?
1
vote
3answers
103 views
Importing XPM graphics into an HTML5 canvas
Is this possible?
I am trying to port an old professor's demo-game into a web-playable format for fun, and he had setup all the graphics in the XPM format.
Is there some way to load XPM files ...
2
votes
1answer
2k views
How to get xid from pid (and vice versa)?
How to get pid from xid (X window identifier). How to get list of xids for pid?
(Assuming all applications run with DISPLAY=:0, without network transparency being in use)
Expecing something like:
...
7
votes
2answers
1k views
-How to disable horizontal scrolling within virtualbox on Ubuntu guest, Windows 7 host?
This post is a duplicate from superuser.com, but since I had no answers, I started to doubt it was a user question and maybe more of a programming question (because of the configuration files), so ...
1
vote
3answers
165 views
ddd gets inactive when mouse is moved out of its window
My ddd window doesn't take any keyboard input when my mouse cursor is moved out of the window. Although ddd window is still active, but it doesn't take any inputs. I will have to move my mouse over ...
4
votes
4answers
13k views
unsuccesful use of popen() in C?
I can run the following command
xwd -root | xwdtopnm | pnmtojpeg > screen.jpg
in a terminal under linux and it will produce a screenshot of my current screen.
I try to do the following with the ...