Skip to content
Snippets Groups Projects
Commit cf67458b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix typo

parent 7a2c74cf
No related branches found
No related tags found
No related merge requests found
Pipeline #7744 passed
......@@ -991,7 +991,7 @@ gdi_thread(void *arg)
cl = RegisterClassW(&wc);
if (cl == 0)
goto fail;
rwlock_rwlock(&vstatlock);
rwlock_wrlock(&vstatlock);
if (ciolib_initial_scaling != 0) {
if (ciolib_initial_scaling < 1.0) {
if (get_monitor_size_pos(&vstat.winwidth, &vstat.winheight, &wx, &wy)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment