mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 13:05:41 +00:00
This patch improves the consistency of the hover handling after finishing a drag operation. Normally, the window manager hides pointer updates while the user is performing a drag operation with the mouse from the decorator. However, in the special case where a drag operation results in a window-layout change, the decorator's hover model may be affected. Hence, the window manager must supply the current pointer position when leaving the drag state. Issue #3097
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.