summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qt_xlib_wrapper.c
blob: b0aea4547686c9b8732c64b030d05b1c1394edea (plain)
1
2
3
4
5
6
7
8
9
// 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
// Qt-Security score:significant reason:default

#include "qt_xlib_wrapper.h"

#include <X11/Xlib.h>

void qt_XFlush(Display *dpy) { XFlush(dpy); }