GUACAMOLE-249: Correct incorrect syntax introduced by initial partial migration (commit a5b62aa82
).
This commit is contained in:
parent
c311d8bde9
commit
65fe6c9735
@ -96,7 +96,7 @@ BOOL guac_rdp_glyph_new(rdpContext* context, const rdpGlyph* glyph) {
|
|||||||
|
|
||||||
BOOL guac_rdp_glyph_draw(rdpContext* context, const rdpGlyph* glyph,
|
BOOL guac_rdp_glyph_draw(rdpContext* context, const rdpGlyph* glyph,
|
||||||
INT32 x, INT32 y, INT32 w, INT32 h, INT32 sx, INT32 sy,
|
INT32 x, INT32 y, INT32 w, INT32 h, INT32 sx, INT32 sy,
|
||||||
BOOL redundant);
|
BOOL redundant) {
|
||||||
|
|
||||||
guac_client* client = ((rdp_freerdp_context*) context)->client;
|
guac_client* client = ((rdp_freerdp_context*) context)->client;
|
||||||
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
|
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user