diff options
Diffstat (limited to 'xrdp/xrdp_orders.c')
-rw-r--r-- | xrdp/xrdp_orders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_orders.c b/xrdp/xrdp_orders.c index c6998252..facdb1c2 100644 --- a/xrdp/xrdp_orders.c +++ b/xrdp/xrdp_orders.c @@ -642,7 +642,7 @@ int xrdp_orders_dest_blt(struct xrdp_orders* self, int x, int y, } if (rop != self->dest_blt_rop) { - present |= 0x0010; + present |= 0x10; out_uint8(self->out_s, rop); self->dest_blt_rop = rop; } |