mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
LibGfx: Unpublish Gfx::Size from the global namespace
This commit is contained in:
parent
9b87843af1
commit
f8b00aa290
29 changed files with 41 additions and 43 deletions
|
@ -67,7 +67,7 @@ private:
|
|||
String m_wallpaper_path;
|
||||
RefPtr<Core::ConfigFile> m_wm_config;
|
||||
RefPtr<GUI::Widget> m_root_widget;
|
||||
Vector<Size> m_resolutions;
|
||||
Vector<Gfx::Size> m_resolutions;
|
||||
Vector<String> m_wallpapers;
|
||||
RefPtr<GUI::Label> m_wallpaper_preview;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue