Julian Bradfield
2011-09-20 09:01:05 UTC
user to click on a window which my program will then identify. I know
I can used XQueryTree to get the list of windows then call XGetWindowAttributes
on each of them to see which one the mouse pointer is in, but what I can't
figure out is how to tell if a window is occluded by another window. The
Isn't the window in the button event?I can used XQueryTree to get the list of windows then call XGetWindowAttributes
on each of them to see which one the mouse pointer is in, but what I can't
figure out is how to tell if a window is occluded by another window. The
Have a look at the code in xkill !