mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
3027cf7e99
This functionality will be superceded by WindowType:Popups
15 lines
228 B
C++
15 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;
|
|
|
|
}
|