mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
b7f5aae64a
Sculpt used to restrict the size of leitzentrale windows to the screen area that is not obstructed by the menu and log. This is useful for the runtime view and the inspect window. However, the menu should be allowed to use the entire screen because it overlays the other content. Before this patch, the menu wouldn't be displayed completely on small resolutions (e.g., 1024x768 when using the VESA driver) because the log at the bottom of the screen imposed the size constraint on the menu. With the patch, the menu is able to overlay the log window. |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
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.