LibGUI: Add a ThemeChange event

This commit is contained in:
Oriko 2020-03-16 13:36:21 +02:00 committed by Andreas Kling
commit 2a32330257
Notes: sideshowbarker 2024-07-19 08:17:06 +09:00
8 changed files with 53 additions and 1 deletions

View file

@ -172,6 +172,7 @@ public:
void schedule_relayout();
static void for_each_window(Badge<WindowServerConnection>, Function<void(Window&)>);
static void update_all_windows(Badge<WindowServerConnection>);
void notify_state_changed(Badge<WindowServerConnection>, bool minimized, bool occluded);