Files
electron/shell/browser/native_window_features.cc
trop[bot] 1ddffe909e feat: enable WaylandWindowDecorations by default (#39645)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Athul Iddya <athul@iddya.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
2023-08-31 10:37:31 -04:00

11 lines
377 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 {
const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations",
base::FEATURE_ENABLED_BY_DEFAULT};
}