diff options
| author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-03-16 11:08:13 -0700 |
|---|---|---|
| committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-03-16 11:08:13 -0700 |
| commit | 40ec8a1714c0772c436db09e0678cc02000bd36f (patch) | |
| tree | c13bf3796166096ca42b53fa5315b0ebc07b2615 /xrdp/xrdp.h | |
| parent | 9470b031aaf27e58b9eeb8df90574c30ac55935e (diff) | |
| parent | 8f05bee2389c08dd2abd630941b544425c5ba7f1 (diff) | |
| download | xrdp-proprietary-40ec8a1714c0772c436db09e0678cc02000bd36f.tar.gz xrdp-proprietary-40ec8a1714c0772c436db09e0678cc02000bd36f.zip | |
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5dc20ecd..0812a74f 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -26,6 +26,7 @@ #include "parse.h" #include "trans.h" #include "list.h" +#include "list16.h" #include "libxrdpinc.h" #include "xrdp_constants.h" #include "xrdp_types.h" @@ -206,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); @@ -213,9 +216,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, |
