#ifndef UI_GFX_X_GENERATED_PROTOS_SCREENSAVER_H_
#define UI_GFX_X_GENERATED_PROTOS_SCREENSAVER_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) ScreenSaver { … };
}
inline constexpr x11::ScreenSaver::Kind operator|(x11::ScreenSaver::Kind l,
x11::ScreenSaver::Kind r) { … }
inline constexpr x11::ScreenSaver::Kind operator&(x11::ScreenSaver::Kind l,
x11::ScreenSaver::Kind r) { … }
inline constexpr x11::ScreenSaver::Event operator|(x11::ScreenSaver::Event l,
x11::ScreenSaver::Event r) { … }
inline constexpr x11::ScreenSaver::Event operator&(x11::ScreenSaver::Event l,
x11::ScreenSaver::Event r) { … }
inline constexpr x11::ScreenSaver::State operator|(x11::ScreenSaver::State l,
x11::ScreenSaver::State r) { … }
inline constexpr x11::ScreenSaver::State operator&(x11::ScreenSaver::State l,
x11::ScreenSaver::State r) { … }
#endif