diff options
Diffstat (limited to 'xrdp/xrdp_rdp.c')
-rw-r--r-- | xrdp/xrdp_rdp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/xrdp_rdp.c b/xrdp/xrdp_rdp.c index 64929366..0098252f 100644 --- a/xrdp/xrdp_rdp.c +++ b/xrdp/xrdp_rdp.c @@ -267,7 +267,8 @@ int xrdp_rdp_parse_client_mcs_data(struct xrdp_rdp* self) } p->p = p->data; DEBUG(("client width %d, client height %d bpp %d\n\r", - self->width, self->height, self->bpp)); + self->client_info.width, self->client_info.height, + self->client_info.bpp)); return 0; } |