I reparent an external window into Qt application (XReparentWindow, XMapRaised, XMoveResizeWindow). It works, but when I click to that reparented window the system locks (no mouse 开发者_如何学Goor ke
Why this code doesn\'t work? When I start new program (e.g. lxappearance) nothing happens, but if开发者_如何学Go I do something in program\'s window, code works
Sorry for my english, but I have the next problem. I am writing a window manager using Qt 4.7 and Xlib. I have class Manager that inherits QApplication and reimplemented method X11EventFilter in it. I
How can I check if a window is minimized or not using the C interface of xlib? Edit: Should this code work?
I have a small piece of code where I create 4 non overlapping sets(Top/Bottom Left/Right) of 3 windows(1 parent window 1 child window almost as large as the parent window and 1 small button window). T
I\'m looking at some X11 code that uses XmbTextListToTextProperty to set the WM_NAME property, with encoding style XTextStyl开发者_如何转开发e.
I\'m trying to write a simple program, which redirects all the windows to the backbuffer( as the composite manager does ), then write them to pixmap and save to disk. But I got this error:
My project has simple requirements: Grab the contents of an existing xorg app\'s window (do some ocr) Draw something over the existing app\'s window (to an overlay)
Is it possible to send an event to a particular widget (say a button) in Linux (X window system) I am looking for an equivalent to the following code for Linux (using Xlib)
I\'m trying to make a \"simple\" program, all it does is to list a开发者_StackOverflow中文版ll opened programs and, once you choose one, it opens it inside your window (like a thumbnail you may say, b