diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-14 11:48:07 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-14 11:48:07 -0700 |
commit | f94f5bec1c0563954924d7e036d0f70970236b16 (patch) | |
tree | a1cfb79b1d0cc3f0422ea3252fe443120c4dde8a /xrdp/xrdp.h | |
parent | c34ba69ad81776210da17b6bbb3db82be29b8624 (diff) | |
download | xrdp-proprietary-f94f5bec1c0563954924d7e036d0f70970236b16.tar.gz xrdp-proprietary-f94f5bec1c0563954924d7e036d0f70970236b16.zip |
xrdp: speed up bitmap cache lookup using hash table
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5dc20ecd..a4d2971b 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -213,9 +213,6 @@ int APP_CC xrdp_bitmap_compare(struct xrdp_bitmap* self, struct xrdp_bitmap* b); int APP_CC -xrdp_bitmap_compare_with_crc(struct xrdp_bitmap* self, - struct xrdp_bitmap* b); -int APP_CC xrdp_bitmap_invalidate(struct xrdp_bitmap* self, struct xrdp_rect* rect); int APP_CC xrdp_bitmap_def_proc(struct xrdp_bitmap* self, int msg, |