plugins/screencast: Provide hidpi cursor bitmaps

This commit is contained in:
Vlad Zahorodnii 2022-01-24 16:27:25 +02:00
parent b9b7357086
commit edb1a41148

View file

@ -635,6 +635,7 @@ void ScreenCastStream::sendCursorData(Cursor *cursor, spa_meta_cursor *spa_meta_
return;
}
dest.setDevicePixelRatio(m_cursor.scale);
dest.fill(Qt::transparent);
QPainter painter(&dest);
painter.drawImage(QPoint(), image);