FreeRDP
xf_graphics.h
1 
20 #ifndef FREERDP_CLIENT_X11_GRAPHICS_H
21 #define FREERDP_CLIENT_X11_GRAPHICS_H
22 
23 #include "xf_client.h"
24 #include "xfreerdp.h"
25 
26 BOOL xf_register_pointer(rdpGraphics* graphics);
27 
28 BOOL xf_decode_color(xfContext* xfc, const UINT32 srcColor, XColor* color);
29 UINT32 xf_get_local_color_format(xfContext* xfc, BOOL aligned);
30 
31 BOOL xf_pointer_update_scale(xfContext* xfc);
32 
33 #endif /* FREERDP_CLIENT_X11_GRAPHICS_H */