mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
3680a79f38
This patch removes a superfluous resize request at the creation time of a new window, which resulted from _requested_size being initialized with zero whereas the _geometry was initialized with the actual window geometry. In some cases, this inconsistency led to the report of a new resize request for the size 0x0, which is obviously wrong. I.e., it leads clients to believe that the user has closed the window. |
||
---|---|---|
.. | ||
include | ||
lib/mk | ||
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.