I\'m using Linux and I would like to create a transparent window and load in it an image with an alpha channel, so that the windows below show through the alpha channel.What\'s the simpl开发者_运维知识
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
I having small doubt in generating mouse event from C program. I am writing a program to generate mouse events from a C program in linux. I
I am trying to develop an application which responds to multiple digital pens (IRIS Pens) so that if any of the pen writes on paper; I relay the output to a single screen. Thus making a multi-input wh
I am trying to lock the display (disallowing the user to use the keyboard and mouse) in Java, using X11 through JNA.
I\'m writing a window manager and I\'m stuck with a problem on Qt4 menu bar elements. When I first click on the menu item, it shows correctly, then I close it and try to open it again but it does not
I\'m working on pythonocc, which exposes the OpenCasCade API in a pythonic manner. OCC is coupled to either the windows or X11 gui en开发者_运维问答vironment.
I\'m trying to grab web thumbnails by using X server to run Firefox in headless (Xvfb) X11. I am looking for a way to know when Firefox FINIS开发者_如何学编程HED rendering and then I can use image p
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