summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/x/xlib_xcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/x/xlib_xcb.h')
-rw-r--r--chromium/ui/gfx/x/xlib_xcb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/ui/gfx/x/xlib_xcb.h b/chromium/ui/gfx/x/xlib_xcb.h
new file mode 100644
index 00000000000..73d56496abd
--- /dev/null
+++ b/chromium/ui/gfx/x/xlib_xcb.h
@@ -0,0 +1,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_