FreeRDP
Loading...
Searching...
No Matches
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
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);
32
33void wf_gdi_register_update_callbacks(rdpUpdate* update);
34
35void wf_update_canvas_diff(wfContext* wfc);
36
37#endif /* FREERDP_CLIENT_WIN_GDI_H */