mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoBackends: Pass window system info from host on creation
This commit is contained in:
@ -68,6 +68,9 @@ RenderWidget::RenderWidget(QWidget* parent) : QWidget(parent)
|
||||
OnKeepOnTopChanged(Settings::Instance().IsKeepWindowOnTopEnabled());
|
||||
m_mouse_timer->start(MOUSE_HIDE_DELAY);
|
||||
|
||||
// We need a native window to render into.
|
||||
setAttribute(Qt::WA_NativeWindow);
|
||||
|
||||
SetFillBackground(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user