Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qt_xlib_wrapper.h
Go to the documentation of this file.
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
#ifndef QT_XLIB_WRAPPER_H
4
#define QT_XLIB_WRAPPER_H
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
struct
_XDisplay
Display
;
11
void
qt_XFlush
(
Display
*dpy);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
// QT_XLIB_WRAPPER_H
qt_XFlush
void qt_XFlush(Display *dpy)
Definition
qt_xlib_wrapper.c:7
Display
struct _XDisplay Display
Definition
qtx11extras_p.h:23
qtbase
src
plugins
platforms
xcb
qt_xlib_wrapper.h
Generated by
1.9.7