xlib
XCreateWindow fails on CentOS 5.6 with error: BadValue
I\'m using the following code to create a fake window for some integration tests: class CXWindowsClipboardTests[详细]
2023-03-04 20:54 分类:问答An error occurred because there is no graphics environment available
I am getting below error when I try to use hudson and maven, Any idea how to resolve? Xlib: connection to \":1.0\" refused by server[详细]
2023-03-04 18:01 分类:问答How do I properly intercept and forward mouse events with Xlib?
I\'m working on a simple Xlib program where I want to intercept all mouse events (motion, button pressing, button releasing).I might want to do something with this data at some point, but right now, I[详细]
2023-03-02 00:06 分类:问答Mouse button simulation - right button and context menu problem
I am programming remote touchpad. So I need to simulate mouse button press on Linux in C++. I use Xlib functions to do that.[详细]
2023-03-01 12:53 分类:问答Modern ways to write a window manager
I\'m trying to write a window manager. (Actually, I have written an OS and a compiler, but that\'s beside the point.)[详细]
2023-03-01 08:09 分类:问答Xlib Fatal IO Error: 11 (resource temporarily unavailable) caused by not using XCloseDisplay()
I\'m开发者_运维知识库 using X11 and when I run my program the window displays fine, but when I quit the following error is outputted in the console:[详细]
2023-02-22 21:34 分类:问答How to draw rectangle using Qt to Xlib window
Let say that i have id of another Xlib window and i want to draw over this window rectangle. Is there way to to draw it using Qt? I found on solution but it doesn\'t work for me:[详细]
2023-02-22 16:25 分类:问答Python xlib warp_pointer not working properly inside games
I am trying to change the mouse pointer using py开发者_开发百科thon xlib. I successfully did it using warp_pointer. But when i try to play any games like Secret Maryo Chronicles, the mouse pointer mov[详细]
2023-02-20 15:08 分类:问答Xlib - Ignore Modifier Keys in XGrab*
Holla, I\'m currently hacking out some changes to TinyWM - one I\'d like to implement is a click-to-focus policy.[详细]
2023-02-18 10:39 分类:问答Activating a Window on X11, why do I lose the title bar?
Using the bellow code, I am activating a window on X11. I\'m using FindWindow to get the window handle, which works just fine.[详细]
2023-02-18 03:14 分类:问答