Re: XGetWindowAttributes to get the cursor?

2020-11-21 Thread Ivan Svirid
"Effectively, if your 3rd party app defines a custom pixmap cursor whose ID is not a constant, you cannot retrieve it. Yea I know thats why I asked on the mailing list this question haha. Thanks I guess.. On Sat, Nov 21, 2020 at 7:19 AM Lucien Gentis < lucien.gen...@univ-lorraine.fr> wrote: > E

Re: XGetWindowAttributes to get the cursor?

2020-11-21 Thread Lucien Gentis
Effectively, if your 3rd party app defines a custom pixmap cursor whose ID is not a constant, you cannot retrieve it. Or perhaps if you test this cursor comparing it with all constant values enumerated in cursorfont.h, if it does not correspond with any of these, it could be your 3rd party app