chromium/remoting/host/linux/wayland_display.h

// Copyright 2022 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_DISPLAY_H_
#define REMOTING_HOST_LINUX_WAYLAND_DISPLAY_H_

#include <string>
#include <vector>

#include <xdg-output-unstable-v1-client-protocol.h>

#include "base/memory/raw_ptr.h"
#include "base/sequence_checker.h"
#include "remoting/base/logging.h"
#include "remoting/host/desktop_display_info.h"
#include "remoting/host/linux/wayland_display_info.h"

namespace remoting {

// This class gathers information about the Wayland Output / Display by
// binding to wl_output and zxdg_output_v1 interfaces provided by the protocol.
class WaylandDisplay {};

}  // namespace remoting

#endif  // REMOTING_HOST_LINUX_WAYLAND_DISPLAY_H_