mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[codec,progressive] expose progressive simple
server implementations might require serializing messages to a simple tile, so expose this function.
This commit is contained in:
committed by
Bernhard Miklautz
parent
93502f9ece
commit
9a9db5b7f3
@@ -62,6 +62,9 @@ extern "C"
|
||||
UINT32 ThreadingFlags);
|
||||
FREERDP_API void progressive_context_free(PROGRESSIVE_CONTEXT* progressive);
|
||||
|
||||
FREERDP_API BOOL progressive_rfx_write_message_progressive_simple(
|
||||
PROGRESSIVE_CONTEXT* progressive, wStream* s, const RFX_MESSAGE* msg);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -2640,8 +2640,8 @@ fail:
|
||||
return rc;
|
||||
}
|
||||
|
||||
static BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive,
|
||||
wStream* s, const RFX_MESSAGE* msg)
|
||||
BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive, wStream* s,
|
||||
const RFX_MESSAGE* msg)
|
||||
{
|
||||
RFX_CONTEXT* context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user