From 935d0239676a6d71e3f7fc4d7e37c15d4b1fa6f5 Mon Sep 17 00:00:00 2001 From: Itamar Date: Fri, 25 Feb 2022 12:39:33 +0200 Subject: Userland: Rename WindowServerConnection=>ConnectionToWindowServer This was done with CLion's automatic rename feature. --- Userland/Libraries/LibGUI/Window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Userland/Libraries/LibGUI/Window.h') diff --git a/Userland/Libraries/LibGUI/Window.h b/Userland/Libraries/LibGUI/Window.h index 696706616e..102d834eb7 100644 --- a/Userland/Libraries/LibGUI/Window.h +++ b/Userland/Libraries/LibGUI/Window.h @@ -190,9 +190,9 @@ public: void refresh_system_theme(); - static void for_each_window(Badge, Function); - static void update_all_windows(Badge); - void notify_state_changed(Badge, bool minimized, bool occluded); + static void for_each_window(Badge, Function); + static void update_all_windows(Badge); + void notify_state_changed(Badge, bool minimized, bool occluded); virtual bool is_visible_for_timer_purposes() const override { return m_visible_for_timer_purposes; } -- cgit v1.2.3