20 #ifndef FREERDP_CLIENT_WIN_GRAPHICS_H
21 #define FREERDP_CLIENT_WIN_GRAPHICS_H
23 #include "wf_client.h"
25 HBITMAP wf_create_dib(wfContext* wfc, UINT32 width, UINT32 height, UINT32 format,
const BYTE* data,
27 wfBitmap* wf_image_new(wfContext* wfc, UINT32 width, UINT32 height, UINT32 format,
31 BOOL wf_register_pointer(rdpGraphics* graphics);
32 BOOL wf_register_graphics(rdpGraphics* graphics);