mirror of https://github.com/electron/electron
12 lines
351 B
C++
12 lines
351 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.
|
|
|
|
#include "shell/browser/native_window_features.h"
|
|
|
|
namespace features {
|
|
BASE_FEATURE(kWaylandWindowDecorations,
|
|
"WaylandWindowDecorations",
|
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
|
}
|