You are not logged in.
Hi all. I'm trying to add mouse event handling to XFWM in the window switcher because using alt+tab when you have 10 or more windows is annoying. The problem is that the API is deeply abstracted and the mouse events seems to have been filtered in a variable called display_info->xfilter of DisplayInfo type that has an xfilter of XfwmFilter type. How can I add the mouse button press event mask to this filter variable so in the loop I get the mouse events?
Tanks!
Ivan
Offline