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