diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-16 00:09:58 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-16 00:09:58 -0700 |
| commit | 8f05bee2389c08dd2abd630941b544425c5ba7f1 (patch) | |
| tree | 09f70fe437d0b1cdb6b315818ccce237196a16a4 /xrdp/xrdp.h | |
| parent | da0d0e687aa25beec2f80c247c51a31b148dbf46 (diff) | |
| download | xrdp-proprietary-8f05bee2389c08dd2abd630941b544425c5ba7f1.tar.gz xrdp-proprietary-8f05bee2389c08dd2abd630941b544425c5ba7f1.zip | |
xrdp: add an option to do md5 bitmap hash for bitmap cache
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 1713835d..0812a74f 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -207,6 +207,8 @@ xrdp_bitmap_copy_box(struct xrdp_bitmap* self, struct xrdp_bitmap* dest, int x, int y, int cx, int cy); int APP_CC +xrdp_bitmap_hash_crc(struct xrdp_bitmap *self); +int APP_CC xrdp_bitmap_copy_box_with_crc(struct xrdp_bitmap* self, struct xrdp_bitmap* dest, int x, int y, int cx, int cy); |
