mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 22:35:07 +00:00
WindowServer: Move some menu related functions to MenuManager
This commit is contained in:
parent
6bda3bd8da
commit
6cf49c23d4
4 changed files with 14 additions and 15 deletions
|
@ -130,16 +130,6 @@ const Gfx::Font& WindowManager::window_title_font() const
|
|||
return Gfx::Font::default_bold_font();
|
||||
}
|
||||
|
||||
const Gfx::Font& WindowManager::menu_font() const
|
||||
{
|
||||
return Gfx::Font::default_font();
|
||||
}
|
||||
|
||||
const Gfx::Font& WindowManager::app_menu_font() const
|
||||
{
|
||||
return Gfx::Font::default_bold_font();
|
||||
}
|
||||
|
||||
void WindowManager::set_resolution(int width, int height)
|
||||
{
|
||||
Compositor::the().set_resolution(width, height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue