summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/x/xlib_xcb.h
blob: 73d56496abdbcef983d6d0c837a166ed310805c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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_XCB_H_
#define UI_GFX_X_XLIB_XCB_H_

extern "C" {
struct xcb_connection_t* XGetXCBConnection(struct _XDisplay*);
}

#endif  // UI_GFX_X_XLIB_XCB_H_