1 | // Copyright (C) 2022 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | #pragma once |
4 | |
5 | #ifdef __cplusplus |
6 | extern "C"{ |
7 | #endif |
8 | |
9 | typedef struct _XDisplay Display; |
10 | void qt_XFlush(Display *dpy); |
11 | |
12 | #ifdef __cplusplus |
13 | } |
14 | #endif |
15 |