mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
This commit is contained in:
parent
19c578024b
commit
0e798234c7
12 changed files with 6 additions and 79 deletions
|
@ -142,7 +142,6 @@ public:
|
|||
String title_button_icons_path() const { return path(PathRole::TitleButtonIcons); }
|
||||
String active_window_shadow_path() const { return path(PathRole::ActiveWindowShadow); }
|
||||
String inactive_window_shadow_path() const { return path(PathRole::InactiveWindowShadow); }
|
||||
String menu_bar_shadow_path() const { return path(PathRole::MenuBarShadow); }
|
||||
String menu_shadow_path() const { return path(PathRole::MenuShadow); }
|
||||
String task_bar_shadow_path() const { return path(PathRole::TaskBarShadow); }
|
||||
String tooltip_shadow_path() const { return path(PathRole::TooltipShadow); }
|
||||
|
|
|
@ -122,7 +122,6 @@ Core::AnonymousBuffer load_system_theme(const String& path)
|
|||
DO_PATH(ActiveWindowShadow, true);
|
||||
DO_PATH(InactiveWindowShadow, true);
|
||||
DO_PATH(TaskBarShadow, true);
|
||||
DO_PATH(MenuBarShadow, true);
|
||||
DO_PATH(MenuShadow, true);
|
||||
DO_PATH(TooltipShadow, true);
|
||||
|
||||
|
|
|
@ -147,7 +147,6 @@ enum class PathRole {
|
|||
InactiveWindowShadow,
|
||||
ActiveWindowShadow,
|
||||
TaskBarShadow,
|
||||
MenuBarShadow,
|
||||
MenuShadow,
|
||||
TooltipShadow,
|
||||
__Count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue