Tagged Questions
0
votes
1answer
16 views
What toolkits shall I use with xlib for just adding input fields and a button?
I'm emulating the Ubuntu lockscreen. Which toolkit do you recommend me to use?
6
votes
0answers
132 views
OSD support align attribute, and multiple span or div elements, can display multiple columns
Please let me know such an OSD on-screen-display program or techinque for Xorg/Linux platform which can render much richer XML than pango, at least support align attribute, and multiple
span or div ...
1
vote
1answer
228 views
I need to draw a line moving with the cursor, but I want to avoid redrawing the whole window every 100ms
I have a program which displays a ruler on the screen, and with Xlib it polls for the cursor position every 100ms and updates the display. The display consists of numbers/lines etc, in particular a ...
0
votes
1answer
269 views
Click through transparent window in Xlib
I would like to be able to draw anywhere on the screen, so I think I should create a transparent, fullscreen, undecorated window.
The problem is, all events pass through the window. I'd like to ...
0
votes
2answers
274 views
Average color (X11 colors)
I want to fill the intersection of two(or more filled) rectangles with the average color. I have the colors of each rectangle stored as unsigned ints. How can I get the average color?
Thank you for ...