overdraw

X11 drawable overlay
git clone https://git.sinitax.com/sinitax/overdraw
Log | Files | Refs | LICENSE | sfeed.txt

commit 8d61c85e908b12da050526db7467fad211d0f36e
parent 3ede808ab86004aac28b768a9374331e1acea523
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri, 17 Feb 2023 22:36:15 +0100

Cleanup files

Diffstat:
D.gitmodules | 0
DREADME | 6------
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules diff --git a/README b/README @@ -1,6 +0,0 @@ -implement initial drawing same way as dsnip, save operations in list and apply to copied pixmap on each frame -after that, draw on root with IncludeInferior that same operation ever expose - -might be a better way with a 32bit depth visual overlayed window, see: -https://stackoverflow.com/questions/21780789/x11-draw-on-overlay-window/57780772#57780772 -https://stackoverflow.com/questions/16400937/click-through-transparent-xlib-windows (for click through)