ladybird/Libraries/LibWebView/PlatformColors.h

17 lines
257 B
C
Raw Permalink Normal View History

/*
* Copyright (c) 2026-present, the Ladybird developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <LibGfx/Color.h>
#include <LibWebView/Forward.h>
namespace WebView {
WEBVIEW_API Gfx::Color macos_web_selection_color();
}