FreeRDP
wf_gdi.h
1 
22 #ifndef FREERDP_CLIENT_WIN_GDI_H
23 #define FREERDP_CLIENT_WIN_GDI_H
24 
25 #include "wf_client.h"
26 
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);
32 
33 void wf_gdi_register_update_callbacks(rdpUpdate* update);
34 
35 void wf_update_canvas_diff(wfContext* wfc);
36 
37 #endif /* FREERDP_CLIENT_WIN_GDI_H */