WindowServer: Allow specifying different shadows for menus and tooltips

Also update the Redmond 2000 theme to drop shadows more Redmond-like.
This commit is contained in:
Tom 2021-02-09 14:13:06 -07:00 committed by Andreas Kling
commit 964894dee6
Notes: sideshowbarker 2024-07-18 22:27:54 +09:00
9 changed files with 49 additions and 17 deletions

View file

@ -41,6 +41,8 @@ class Window;
class WindowFrame {
public:
static void reload_config();
WindowFrame(Window&);
~WindowFrame();