#ifndef UI_GFX_X_GENERATED_PROTOS_GLX_H_
#define UI_GFX_X_GENERATED_PROTOS_GLX_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 "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) Glx { … };
}
inline constexpr x11::Glx::Pbcet operator|(x11::Glx::Pbcet l,
x11::Glx::Pbcet r) { … }
inline constexpr x11::Glx::Pbcet operator&(x11::Glx::Pbcet l,
x11::Glx::Pbcet r) { … }
inline constexpr x11::Glx::Pbcdt operator|(x11::Glx::Pbcdt l,
x11::Glx::Pbcdt r) { … }
inline constexpr x11::Glx::Pbcdt operator&(x11::Glx::Pbcdt l,
x11::Glx::Pbcdt r) { … }
inline constexpr x11::Glx::GraphicsContextAttribute operator|(
x11::Glx::GraphicsContextAttribute l,
x11::Glx::GraphicsContextAttribute r) { … }
inline constexpr x11::Glx::GraphicsContextAttribute operator&(
x11::Glx::GraphicsContextAttribute l,
x11::Glx::GraphicsContextAttribute r) { … }
inline constexpr x11::Glx::Rm operator|(x11::Glx::Rm l, x11::Glx::Rm r) { … }
inline constexpr x11::Glx::Rm operator&(x11::Glx::Rm l, x11::Glx::Rm r) { … }
#endif