XRender / XComposite Documentation

2018-10-30 Thread Patrick Herbst
Hello, I'm desperately trying to find documentation on these extensions. Can someone point me in the right direction? Am I missing something? Any pointers? Thanks! ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xo

XInput2 -- Filtering and Replaying keyboard

2020-06-19 Thread Patrick Herbst
I'm working on some filtering code to filter out keyboard events from a specific keyboard. for an example, i'm just trying to capture 'a' ... XIGrabKeycode(dpy, kbd_id, XKeysymToKeycode(dpy, XK_a), DefaultRootWindow(dpy), GrabModeSync, GrabModeAsync, 0, &mask, 1, &modifiers_inout); XNextEven