summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qt_xlib_wrapper.h
blob: 642dbdeadd3223191ca4a3222eb00f106ad10d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QT_XLIB_WRAPPER_H
#define QT_XLIB_WRAPPER_H

#ifdef __cplusplus
extern "C" {
#endif

    typedef struct _XDisplay Display;
    void qt_XFlush(Display *dpy);

#ifdef __cplusplus
}
#endif

#endif // QT_XLIB_WRAPPER_H