GUACAMOLE-377: Clarify usage of EndPaint to detect frames.
This commit is contained in:
parent
da80163e24
commit
b26f9d64d6
@ -440,8 +440,8 @@ BOOL guac_rdp_gdi_end_paint(rdpContext* context) {
|
|||||||
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
|
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
|
||||||
rdpGdi* gdi = context->gdi;
|
rdpGdi* gdi = context->gdi;
|
||||||
|
|
||||||
/* Leverage EndPaint handler to detect end of frame for RDPGFX channel
|
/* Ignore EndPaint handler unless needed to detect end of frame for RDPGFX
|
||||||
* (ignore otherwise) */
|
* channel */
|
||||||
if (!rdp_client->settings->enable_gfx)
|
if (!rdp_client->settings->enable_gfx)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user