mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Each time when enlarging the menu view, a new 'Gui_buffer' is constructed with the new size. At its contruction time, the default reset background color is in effect, which is evaluated by 'reset_surface' as part of the construction. A custom reset color takes effect only after the construction. Hence, when the Gui_buffer is flushed to screen immediately at construction time, the gray default becomes visible for a short time. This patch changes the Gui_buffer to accept the reset background color as construction argument so that it takes immediate effect. Related to #4592
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.