python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Using Java to paint on an X11 window by ID
My goal is to use Java libraries to paint on an X11 window. The problem is I want to do this on a window that already exists and that I know the window ID of it. I've done this with C and Rust, but wo...
robbie.huffman
Votes: 0
Answers: 0
Where's `CurrentTime` defined? How do I get it?
I'm trying to write a rudementary program to rotate the screen (using libXrandr). I couldn't find a lot of info about libXrandr, outside of xrandr's source code and man pages. So, I decided to analyze...
not_applicable
Votes: 0
Answers: 1
XCB EWMH getting client list returns only Google Chrome windows
I am using XCB to write my own window manager. To create a taskbar I need to get list of all the windows. I could track them and keep it somewhere, but I can see on the github that many other solution...
Filip Górny
Votes: 0
Answers: 0
How to stop the execution of a running code in x11
I have a program that draws on a x11 window and I'd like to quit it as soon as I press any key.
With the code I have, I cannot stop the program with a keypress until the for loop has finished drawing ...
Skopas
Votes: 0
Answers: 1