From dd2900eda05b7ca6c9fc0c7f1840acdf795cf1b3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 13:11:31 +0100 Subject: Launcher: Remove the Launcher app, and all hacks in support of it The Launcher's functionality has been replaced by the app shortcuts in the system menu. There were various window management hacks to ensure that the launcher stayed below all other windows while also being movable, etc. --- Servers/WindowServer/WSWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Servers/WindowServer/WSWindow.cpp') diff --git a/Servers/WindowServer/WSWindow.cpp b/Servers/WindowServer/WSWindow.cpp index a15232fbd1..debd983f83 100644 --- a/Servers/WindowServer/WSWindow.cpp +++ b/Servers/WindowServer/WSWindow.cpp @@ -140,8 +140,6 @@ static WSAPI_WindowType to_api(WSWindowType ws_type) return WSAPI_WindowType::Tooltip; case WSWindowType::Menubar: return WSAPI_WindowType::Menubar; - case WSWindowType::Launcher: - return WSAPI_WindowType::Launcher; default: ASSERT_NOT_REACHED(); } -- cgit v1.2.3