diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-06-29 13:58:54 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-06-29 13:58:54 -0700 |
| commit | 0cabb4a565dc31f20543588c952dca3fff941da1 (patch) | |
| tree | bccc047c28f74183a5282c28493aac588d43caa0 /libxrdp/xrdp_orders.c | |
| parent | dfff82f5febc7b9074eb32d6a8a2473bd6c8ec75 (diff) | |
| download | xrdp-proprietary-0cabb4a565dc31f20543588c952dca3fff941da1.tar.gz xrdp-proprietary-0cabb4a565dc31f20543588c952dca3fff941da1.zip | |
32 bpp compress the alpha, leave room for biggest 32 bpp data
Diffstat (limited to 'libxrdp/xrdp_orders.c')
| -rw-r--r-- | libxrdp/xrdp_orders.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c index 51eac9ca..7d969514 100644 --- a/libxrdp/xrdp_orders.c +++ b/libxrdp/xrdp_orders.c @@ -2335,7 +2335,7 @@ xrdp_orders_send_bitmap(struct xrdp_orders *self, { lines_sending = xrdp_bitmap32_compress(data, width, height, s, bpp, 16384, - i - 1, temp_s, e, 0x30); + i - 1, temp_s, e, 0x10); } else { @@ -2600,7 +2600,7 @@ xrdp_orders_send_bitmap2(struct xrdp_orders *self, { lines_sending = xrdp_bitmap32_compress(data, width, height, s, bpp, 16384, - i - 1, temp_s, e, 0x30); + i - 1, temp_s, e, 0x10); } else { |
