electron/shell/browser/native_window_features.h
Ryan Gonzalez 7caa88c46f
fix: Add support for Wayland window decorations (#29618)
Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
2022-01-26 13:59:09 -08:00

14 lines
433 B
C++

// Copyright (c) 2022 Slack Technologies, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef ELECTRON_SHELL_BROWSER_NATIVE_WINDOW_FEATURES_H_
#define ELECTRON_SHELL_BROWSER_NATIVE_WINDOW_FEATURES_H_
#include "base/feature_list.h"
namespace features {
extern const base::Feature kWaylandWindowDecorations;
}
#endif // ELECTRON_SHELL_BROWSER_NATIVE_WINDOW_FEATURES_H_