diff --git a/client/Windows/wf_event.c b/client/Windows/wf_event.c index 7712ee0a4..86fd07563 100644 --- a/client/Windows/wf_event.c +++ b/client/Windows/wf_event.c @@ -25,6 +25,7 @@ #include +#include #include #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;