diff options
author | jsorg71 <jsorg71> | 2005-07-07 03:36:56 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-07-07 03:36:56 +0000 |
commit | 7ad052552763f883ff00d59d077b6f552b3a200a (patch) | |
tree | 89ed3e0f9a4abe994be348092cf64bc9b37377e9 /xrdp/xrdp.h | |
parent | ef1be2c6d3251139a50e1cf5c5e812741471b34a (diff) | |
download | xrdp-proprietary-7ad052552763f883ff00d59d077b6f552b3a200a.tar.gz xrdp-proprietary-7ad052552763f883ff00d59d077b6f552b3a200a.zip |
added clipping functions to the mod interface
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index edeaeca4..3321909f 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -288,3 +288,7 @@ int DEFAULT_CC server_msg(struct xrdp_mod* mod, char* msg); int DEFAULT_CC server_is_term(struct xrdp_mod* mod); +int DEFAULT_CC +server_set_clip(struct xrdp_mod* mod, int x, int y, int cx, int cy); +int DEFAULT_CC +server_reset_clip(struct xrdp_mod* mod); |