chromium/ui/gfx/x/xlib_support.h

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

#ifndef UI_GFX_X_XLIB_SUPPORT_H_
#define UI_GFX_X_XLIB_SUPPORT_H_

#include <memory>
#include <string>

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"

struct _XDisplay;
struct xcb_connection_t;

x11  // namespace x11

#endif  // UI_GFX_X_XLIB_SUPPORT_H_