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