neatvnc/include/tight.h

11 lines
260 B
C
Raw Normal View History

2019-12-30 09:59:51 +00:00
#pragma once
struct vec;
struct nvnc_client;
2019-12-30 09:59:51 +00:00
struct nvnc_fb;
struct pixman_region16;
int tight_encode_frame(struct vec* dst, struct nvnc_client* client,
const struct nvnc_fb* fb,
2019-12-30 09:59:51 +00:00
struct pixman_region16* region);