liri-archive / wayland-archived

:book: Wayland client and server extensions, additions to QtWayland and eglfs fork
GNU General Public License v2.0
27 stars 2 forks source link

HotSpot #22

Closed plfiorini closed 7 years ago

plfiorini commented 7 years ago

Currently we install an event handle on the output window to handle hot spots. A better way is to create an Item without contents that handles hover events, a compositor would then add a child visual Item to make the hot spot noticeable.