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

Whoops.

parent 1b8f8bac
No related branches found
No related tags found
No related merge requests found
Pipeline #6802 failed
......@@ -874,7 +874,7 @@ magic_message(MSG msg)
MONITORINFO mi = {sizeof(mi)};
if (GetMonitorInfo(hm, &mi)) {
WINDOWINFO wi = {
.cbSize = sizeof(WINDOWINFO);
.cbSize = sizeof(WINDOWINFO)
};
if (GetWindowInfo(win, &wi)) {
window_left = wi.rcWindow.left;
......
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