mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-06 08:10:58 +00:00
16 lines
244 B
C
16 lines
244 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2022, Mart G <martg_@hotmail.com>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Services/WindowServer/ResizeDirection.h>
|
||
|
|
|
||
|
|
namespace GUI {
|
||
|
|
|
||
|
|
using ResizeDirection = WindowServer::ResizeDirection;
|
||
|
|
|
||
|
|
}
|