Reformatted file.

This commit is contained in:
Armin Novak 2016-10-04 09:00:00 +02:00
parent ec266294d1
commit d8751a37b2

View File

@ -62,9 +62,9 @@ extern "C" {
#endif
FREERDP_API void* brush_cache_get(rdpBrushCache* brush, UINT32 index,
UINT32* bpp);
UINT32* bpp);
FREERDP_API void brush_cache_put(rdpBrushCache* brush, UINT32 index,
void* entry, UINT32 bpp);
void* entry, UINT32 bpp);
FREERDP_API void brush_cache_register_callbacks(rdpUpdate* update);