#ifndef UI_GFX_X_GENERATED_PROTOS_RANDR_H_
#define UI_GFX_X_GENERATED_PROTOS_RANDR_H_
#include <array>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <optional>
#include <vector>
#include "base/component_export.h"
#include "base/files/scoped_file.h"
#include "base/memory/scoped_refptr.h"
#include "render.h"
#include "ui/gfx/x/error.h"
#include "ui/gfx/x/ref_counted_fd.h"
#include "ui/gfx/x/xproto_types.h"
#include "xproto.h"
namespace x11 {
class Connection;
template <typename Reply>
struct Response;
template <typename Reply>
class Future;
class COMPONENT_EXPORT(X11) RandR { … };
}
inline constexpr x11::RandR::Rotation operator|(x11::RandR::Rotation l,
x11::RandR::Rotation r) { … }
inline constexpr x11::RandR::Rotation operator&(x11::RandR::Rotation l,
x11::RandR::Rotation r) { … }
inline constexpr x11::RandR::SetConfig operator|(x11::RandR::SetConfig l,
x11::RandR::SetConfig r) { … }
inline constexpr x11::RandR::SetConfig operator&(x11::RandR::SetConfig l,
x11::RandR::SetConfig r) { … }
inline constexpr x11::RandR::NotifyMask operator|(x11::RandR::NotifyMask l,
x11::RandR::NotifyMask r) { … }
inline constexpr x11::RandR::NotifyMask operator&(x11::RandR::NotifyMask l,
x11::RandR::NotifyMask r) { … }
inline constexpr x11::RandR::ModeFlag operator|(x11::RandR::ModeFlag l,
x11::RandR::ModeFlag r) { … }
inline constexpr x11::RandR::ModeFlag operator&(x11::RandR::ModeFlag l,
x11::RandR::ModeFlag r) { … }
inline constexpr x11::RandR::RandRConnection operator|(
x11::RandR::RandRConnection l,
x11::RandR::RandRConnection r) { … }
inline constexpr x11::RandR::RandRConnection operator&(
x11::RandR::RandRConnection l,
x11::RandR::RandRConnection r) { … }
inline constexpr x11::RandR::Transform operator|(x11::RandR::Transform l,
x11::RandR::Transform r) { … }
inline constexpr x11::RandR::Transform operator&(x11::RandR::Transform l,
x11::RandR::Transform r) { … }
inline constexpr x11::RandR::ProviderCapability operator|(
x11::RandR::ProviderCapability l,
x11::RandR::ProviderCapability r) { … }
inline constexpr x11::RandR::ProviderCapability operator&(
x11::RandR::ProviderCapability l,
x11::RandR::ProviderCapability r) { … }
inline constexpr x11::RandR::Notify operator|(x11::RandR::Notify l,
x11::RandR::Notify r) { … }
inline constexpr x11::RandR::Notify operator&(x11::RandR::Notify l,
x11::RandR::Notify r) { … }
#endif