diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-06-14 14:37:02 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-06-14 14:37:02 -0700 |
| commit | b52bf1b838c35c61479ff4d8ba139c29daaeb6cd (patch) | |
| tree | 63cb2a6df8832442941886939e9a0edde3a7823f /libxrdp/libxrdp.h | |
| parent | a8bf71b567f2a5490082358c0668ac234b8f56ea (diff) | |
| download | xrdp-proprietary-b52bf1b838c35c61479ff4d8ba139c29daaeb6cd.tar.gz xrdp-proprietary-b52bf1b838c35c61479ff4d8ba139c29daaeb6cd.zip | |
libxrdp: started adding RAIL support
Diffstat (limited to 'libxrdp/libxrdp.h')
| -rw-r--r-- | libxrdp/libxrdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 7aae38b5..7792d157 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -325,6 +325,8 @@ xrdp_orders_send(struct xrdp_orders* self); int APP_CC xrdp_orders_force_send(struct xrdp_orders* self); int APP_CC +xrdp_orders_check(struct xrdp_orders* self, int max_size); +int APP_CC xrdp_orders_rect(struct xrdp_orders* self, int x, int y, int cx, int cy, int color, struct xrdp_rect* rect); int APP_CC |
