You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to thank you for your 'highlight-pointer' program, I think it will be useful to me.
I have only encountered one small inconvenience. The circle is drawn below the dropdown menus (I'm using the cinnamon desktop environment on Debian Sid).
I do not have enough knowledge to evaluate the source code file, 'highlight-pointer.c', but I suspect the key is in the "redraw" function...
I wonder if a "simple" modification to that file would be possible (to plot the circle on top of anything else, except the mouse pointer). Would you know what I should modify to achieve that goal?
Thank you
Leonardo
The text was updated successfully, but these errors were encountered:
Hey Leonardo, Sorry for the late reply. Do you encounter the issue on all dropdown menus (regardless of application)? Does the issue also affect "regular" menus?
I use cinnamon (in Debian sid) and I am referring to every drop-down menu that exists in any application. My workaround has been to add "XRaiseWindow(dpy, win);" at various points in the program. That solves 95% of the cases.
Ah, good hint. I meant menus that open from the menu bar or via right-click. With dropdown you mean those from GUI elements where you can choose from a list, right? - do you know if that's for GTK as well as for QT applications?
I'm asking for the details as there seem to be some work arounds (e.g. raising the window every time it is covered), but those could lead into "fights" with other windows trying to stay on top...
I would like to thank you for your 'highlight-pointer' program, I think it will be useful to me.
I have only encountered one small inconvenience. The circle is drawn below the dropdown menus (I'm using the cinnamon desktop environment on Debian Sid).
I do not have enough knowledge to evaluate the source code file, 'highlight-pointer.c', but I suspect the key is in the "redraw" function...
I wonder if a "simple" modification to that file would be possible (to plot the circle on top of anything else, except the mouse pointer). Would you know what I should modify to achieve that goal?
Thank you
Leonardo
The text was updated successfully, but these errors were encountered: