gui_session: definition of Gui::Title

This commit allows all GUI clients and servers to talk about the same
type.

Issue #5242
This commit is contained in:
Norman Feske
2024-08-09 10:59:49 +02:00
committed by Christian Helmuth
parent 24378ac873
commit 805e3552fd
12 changed files with 24 additions and 29 deletions

View File

@ -79,8 +79,7 @@ static long config_fb_y = 260;
/**
* Window title
*/
using Title = Genode::String<128>;
static Title config_title { "Liquid Framebuffer" };
static Gui::Title config_title { "Liquid Framebuffer" };
/**
* Resize handle