mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
16 lines
228 B
C
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;
|
||
|
|
||
|
}
|