Fixed missing include for legacy os

This commit is contained in:
Armin Novak 2021-06-02 15:16:49 +02:00 committed by akallabeth
parent 019d26d9bb
commit 0c0c97d80f

View File

@ -25,6 +25,7 @@
#include <stdio.h>
#include <winpr/sysinfo.h>
#include <freerdp/freerdp.h>
#include "wf_client.h"
@ -256,7 +257,7 @@ static void wf_sizing(wfContext* wfc, WPARAM wParam, LPARAM lParam)
}
}
void wf_send_resize(wfContext* wfc)
static void wf_send_resize(wfContext* wfc)
{
RECT windowRect;
DISPLAY_CONTROL_MONITOR_LAYOUT* layout;