ladybird/Userland/Libraries/LibGUI/SystemEffects.h

18 lines
325 B
C
Raw Normal View History

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