native_window_features.h 433 B

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