chromium/ui/gfx/x/visual_manager.h

// Copyright 2023 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_VISUAL_MANAGER_H_
#define UI_GFX_X_VISUAL_MANAGER_H_

#include <unordered_map>

#include "base/component_export.h"
#include "ui/gfx/x/connection.h"
#include "ui/gfx/x/xproto.h"

namespace x11 {

// Selects a visual with a preference for alpha support on compositing window
// managers.
class COMPONENT_EXPORT(X11) VisualManager : public EventObserver {};

}  // namespace x11

#endif  // UI_GFX_X_VISUAL_MANAGER_H_