mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
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:
committed by
Christian Helmuth
parent
24378ac873
commit
805e3552fd
@ -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
|
||||
|
Reference in New Issue
Block a user