Tagged Questions

-1
votes
0answers
18 views

KeyRelease event lost in Xlib

This works perfectly while not open a client. When open a client, I don't receive the KeyRelease event, any idea? is possible that X is sending first the event to the client? co …
0
votes
0answers
8 views

“Correct” way to playback user movement with xlib?

I'm trying to figure out a way to make demos for a program I've written with xlib, and I came across this, but, according to the author page: This extension is not intended to su …
1
vote
1answer
14 views

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?
0
votes
1answer
32 views

XLookupString returning a UTF-8 code (Latin-1 to UTF-8)

Hello. I'm trying to use the function XLookupString. According to the documentation, it is supposed to return a Latin-1 code. How could I convert it or what should I use instead t …
0
votes
2answers
78 views

xdrawstring not working

Hi, I am using xdrawstring on solaris 10 as well as sunos 2.6. I am drawing everything to pixmap and then outputting the final pixmap. The method works on older version but on new …
2
votes
2answers
70 views

Python: Xlib — How can I raise(bring to top) windows?

I've tried using: win.configure(stack_mode=X.TopIf) win.set_input_focus(X.RevertToParent, X.CurrentTime) However even without any focus loss prevention on my window manage …
0
votes
1answer
70 views

Image draw issue on Linux using Xlib

I am developing an application, in which I am receiving images from my window host.. the client side is in Linux using C++.. I am sending JPEG format from server side.. the problem …
1
vote
1answer
101 views

How to resize a pixmap with XLib?

I'm using a pixmap as a window's backup in order to restore it under expose events. When the window is resized, must I resize the backup pixmap? If so, what is the best way? Creat …
3
votes
3answers
379 views

How to identify top-level X11 windows using xlib?

I'm trying to get a list of all top level desktop windows in an X11 session. Basically, I want to get a list of all windows that are shown in the window managers application-switch …
0
votes
1answer
400 views

Python Xlib catch/send mouseclick

Hello, At the moment I'm trying to use Python to detect when the left mouse button is being held and then start to rapidly send this event instead of only once. What I basically wa …
0
votes
1answer
30 views

Failed to free a colormap entry in Xlib with XFreeColors()

I allocate a color entry with the next code, then I use it to draw correctly: char *color_name = "red"; XColor color, exact; XAllocNamedColor(display, colormap, color_name, & …
1
vote
1answer
142 views

What is wrong with my X11 code?

I am attempting to get the X Window at a certain location on screen. When I asked people for a function to do this, they said you would just call XQueryTree recursively. This is …
0
votes
0answers
43 views

XDeviceInfo.use values that aren’t in the XInputExtension spec

The XInput specification defines three use values for the XDeviceInfo structure. They are: IsXKeyboard IsXPointer IsXExtensionDevice These roughly equate to (if I'm reading the …
3
votes
3answers
234 views

XCreateWindow gives a window ID that clashes with already existing window

I have created a program that creates a window using XCreateWindow. This works perfectly on my system and many others but on many, it is causing a few weird problems. e.g. the ID t …
1
vote
3answers
142 views

Anyone still program using xlib directly

I am surprised at the lack of response to all the xlib related question I've had on SO, is this because no one uses xlib directly anymore or is this the wrong place to ask these ty …

1 2 next
15 30 50 per page