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

Fix typo in line 666

parent 94f50580
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4403 failed
......@@ -663,7 +663,7 @@ static void resize_window()
x_cvstat.winheight = height;
x_cvstat.scaling = bitmap_double_mult_inside(width, height);
pthread_mutex_unlock(&vstatlock);
x11.XResizeWindow(dpy, win, width, height));
x11.XResizeWindow(dpy, win, width, height);
resize_xim();
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment