1// Copyright (C) 2016 Pelagicore AG
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QEGLFSKMSEGLDEVICESCREEN_H
5#define QEGLFSKMSEGLDEVICESCREEN_H
6
7#include <private/qeglfskmsscreen_p.h>
8
9QT_BEGIN_NAMESPACE
10
11class QEglFSKmsEglDeviceScreen : public QEglFSKmsScreen
12{
13public:
14 QEglFSKmsEglDeviceScreen(QEglFSKmsDevice *device, const QKmsOutput &output);
15 ~QEglFSKmsEglDeviceScreen();
16
17 QPlatformCursor *cursor() const override;
18
19 void waitForFlip() override;
20};
21
22QT_END_NAMESPACE
23
24#endif // QEGLFSKMSEGLDEVICESCREEN_H
25

source code of qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldevicescreen.h