FreeRDP
|
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/update.h>
#include <freerdp/freerdp.h>
#include <freerdp/cache/persistent.h>
#include <winpr/stream.h>
Data Structures | |
struct | BITMAP_V2_CELL |
struct | rdpBitmapCache |
Functions | |
FREERDP_API void | bitmap_cache_register_callbacks (rdpUpdate *update) |
FREERDP_API rdpBitmapCache * | bitmap_cache_new (rdpContext *context) |
FREERDP_API void | bitmap_cache_free (rdpBitmapCache *bitmap_cache) |
FREERDP_API void bitmap_cache_free | ( | rdpBitmapCache * | bitmap_cache | ) |
FREERDP_API rdpBitmapCache* bitmap_cache_new | ( | rdpContext * | context | ) |
FREERDP_API void bitmap_cache_register_callbacks | ( | rdpUpdate * | update | ) |