[ANNOUNCE] xkbcomp 1.4.4

2020-11-04 Thread Peter Hutterer
Alan Coopersmith (1): Fix spelling/wording issues Miroslav Koškár (1): Fix lockdevbtn to be XkbSA_LockDeviceBtn action Peter Hutterer (3): For -R and after chdir, add the current directory to the path Don't pretend unresolved symbols are an error xkbcomp 1.4.4 git t

XGetWindowAttributes to get the cursor?

2020-11-04 Thread Ivan Svirid
So XSetWindowAttributes allows you to set the cursor on the window, basically this is the hardware cursor when your mouse enters the window that is displayed. Is there a way to readback this value from an existing window? Or perhaps another workaround to get the cursor on a specific window? I am

Alpha channel in simple framebuffer

2020-11-04 Thread isaac rajakumar
Hi, I using the simpleframebuffer driver from linux as a display framework in my Xserver. My simpleframebuffer is supposed to write the data in ARGB format. While running the xserver I notice only the RGB value is reaching the memory. I suspect that Xserver is not forwarding 4bytes data