22 #ifndef FREERDP_CLIENT_WIN_GDI_H
23 #define FREERDP_CLIENT_WIN_GDI_H
25 #include "wf_client.h"
27 void wf_invalidate_region(wfContext* wfc, UINT32 x, UINT32 y, UINT32 width, UINT32 height);
28 void wf_update_offset(wfContext* wfc);
29 void wf_resize_window(wfContext* wfc);
30 void wf_toggle_fullscreen(wfContext* wfc);
31 BOOL wf_scale_rect(wfContext* wfc, RECT* source);
33 void wf_gdi_register_update_callbacks(rdpUpdate* update);
35 void wf_update_canvas_diff(wfContext* wfc);