diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2016-08-08 20:02:10 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2016-08-08 20:02:10 -0700 |
| commit | 58c777783bc19e7288743a49d839b1ed14a9452f (patch) | |
| tree | e6bf6abdcd6eda7ad4f36dc3236af9f8563325f5 /xrdp/xrdp.h | |
| parent | 660132a49deb06c55367ea83ce5a4d8459e90d77 (diff) | |
| download | xrdp-proprietary-58c777783bc19e7288743a49d839b1ed14a9452f.tar.gz xrdp-proprietary-58c777783bc19e7288743a49d839b1ed14a9452f.zip | |
add more advances region support using pixman
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 15013942..4e36f0c7 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -175,9 +175,6 @@ xrdp_region_delete(struct xrdp_region* self); int APP_CC xrdp_region_add_rect(struct xrdp_region* self, struct xrdp_rect* rect); int APP_CC -xrdp_region_insert_rect(struct xrdp_region* self, int i, int left, - int top, int right, int bottom); -int APP_CC xrdp_region_subtract_rect(struct xrdp_region* self, struct xrdp_rect* rect); int APP_CC |
