gl: Fix hang on windows

This commit is contained in:
kd-11 2024-08-01 19:05:44 +03:00 committed by kd-11
parent e58ce626d5
commit a323e753ff

View file

@ -23,6 +23,7 @@ gl_gs_frame::gl_gs_frame(QScreen* screen, const QRect& geometry, const QIcon& ap
m_format.setOption(QSurfaceFormat::FormatOption::DebugContext);
}
setFormat(m_format);
create();
}
draw_context_t gl_gs_frame::make_context()