ladybird/Userland/Libraries/LibGUI/WindowMode.h
thankyouverycool 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
2022-11-19 16:04:42 +01:00

16 lines
228 B
C++

/*
* Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <Services/WindowServer/WindowMode.h>
namespace GUI {
using WindowMode = WindowServer::WindowMode;
}