diff options
author | jsorg71 <jsorg71> | 2004-10-21 03:18:23 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2004-10-21 03:18:23 +0000 |
commit | b4b62a619a2a7c52c1975580272646c7ae2111e6 (patch) | |
tree | 49a79553d3b295e46c5e20ff88f072d86763be77 /xrdp/xrdp_orders.c | |
parent | 330a4ffb9877563a8a95b773cc62f2cb8263723b (diff) | |
download | xrdp-proprietary-b4b62a619a2a7c52c1975580272646c7ae2111e6.tar.gz xrdp-proprietary-b4b62a619a2a7c52c1975580272646c7ae2111e6.zip |
win32 compile changes
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; } |