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) ...@@ -874,7 +874,7 @@ magic_message(MSG msg)
MONITORINFO mi = {sizeof(mi)}; MONITORINFO mi = {sizeof(mi)};
if (GetMonitorInfo(hm, &mi)) { if (GetMonitorInfo(hm, &mi)) {
WINDOWINFO wi = { WINDOWINFO wi = {
.cbSize = sizeof(WINDOWINFO); .cbSize = sizeof(WINDOWINFO)
}; };
if (GetWindowInfo(win, &wi)) { if (GetWindowInfo(win, &wi)) {
window_left = wi.rcWindow.left; window_left = wi.rcWindow.left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment