chromium/remoting/host/linux/wayland_utils.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_HOST_LINUX_WAYLAND_UTILS_H_
#define REMOTING_HOST_LINUX_WAYLAND_UTILS_H_

namespace remoting {

bool IsRunningWayland();

}  // namespace remoting

#endif  // REMOTING_HOST_LINUX_WAYLAND_UTILS_H_