|
|
@ -119,6 +119,7 @@ struct xrdp_rdp
|
|
|
|
int mcs_channel;
|
|
|
|
int mcs_channel;
|
|
|
|
struct xrdp_client_info client_info;
|
|
|
|
struct xrdp_client_info client_info;
|
|
|
|
void* mppc_enc;
|
|
|
|
void* mppc_enc;
|
|
|
|
|
|
|
|
void* rfx_enc;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* state */
|
|
|
|
/* state */
|
|
|
@ -387,6 +388,10 @@ xrdp_orders_send_bitmap2(struct xrdp_orders* self,
|
|
|
|
int width, int height, int bpp, char* data,
|
|
|
|
int width, int height, int bpp, char* data,
|
|
|
|
int cache_id, int cache_idx, int hints);
|
|
|
|
int cache_id, int cache_idx, int hints);
|
|
|
|
int APP_CC
|
|
|
|
int APP_CC
|
|
|
|
|
|
|
|
xrdp_orders_send_bitmap3(struct xrdp_orders* self,
|
|
|
|
|
|
|
|
int width, int height, int bpp, char* data,
|
|
|
|
|
|
|
|
int cache_id, int cache_idx, int hints);
|
|
|
|
|
|
|
|
int APP_CC
|
|
|
|
xrdp_orders_send_brush(struct xrdp_orders* self, int width, int height,
|
|
|
|
xrdp_orders_send_brush(struct xrdp_orders* self, int width, int height,
|
|
|
|
int bpp, int type, int size, char* data, int cache_id);
|
|
|
|
int bpp, int type, int size, char* data, int cache_id);
|
|
|
|
int APP_CC
|
|
|
|
int APP_CC
|
|
|
|