mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Allow passing plugin backends some arguments
WId is irrelevant on Wayland and it doesn't fully describe everything we might be doing, we can pass a variant map to make sure all necessary information is provided.
This commit is contained in:
committed by
Aleix Pol Gonzalez
parent
be01a1e42b
commit
608762c7ac
@@ -35,7 +35,7 @@ public:
|
||||
XCBFrameBufferPlugin(QObject *parent, const QVariantList &args);
|
||||
~XCBFrameBufferPlugin() override;
|
||||
|
||||
FrameBuffer *frameBuffer(WId id) override;
|
||||
FrameBuffer *frameBuffer(WId id, const QVariantMap &args) override;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(XCBFrameBufferPlugin)
|
||||
|
||||
Reference in New Issue
Block a user