mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 05:24:17 +00:00
LibDraw: Put all classes in the Gfx namespace
I started adding things to a Draw namespace, but it somehow felt really wrong seeing Draw::Rect and Draw::Bitmap, etc. So instead, let's rename the library to LibGfx. :^)
This commit is contained in:
@@ -53,7 +53,7 @@ static void set_system_theme_from_shared_buffer_id(int id)
|
||||
{
|
||||
auto system_theme = SharedBuffer::create_from_shared_buffer_id(id);
|
||||
ASSERT(system_theme);
|
||||
set_system_theme(*system_theme);
|
||||
Gfx::set_system_theme(*system_theme);
|
||||
Application::the().set_system_palette(*system_theme);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user