diff options
author | jsorg71 <jsorg71> | 2008-04-05 08:25:49 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-04-05 08:25:49 +0000 |
commit | 4ebb544cd889b9bf8ecfbc30969a86a48680085b (patch) | |
tree | f845441743659eef932e83c3e3e8272c874383a0 /xrdp/xrdp.h | |
parent | 85e42c068c2a8c3e7b07e31b38bfd5d8f863c5bb (diff) | |
download | xrdp-proprietary-4ebb544cd889b9bf8ecfbc30969a86a48680085b.tar.gz xrdp-proprietary-4ebb544cd889b9bf8ecfbc30969a86a48680085b.zip |
main loop changes, not so chatty
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index ad3af894..e41c050a 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -118,11 +118,16 @@ callback(long id, int msg, long param1, long param2, long param3, long param4); int APP_CC xrdp_wm_delete_all_childs(struct xrdp_wm* self); int APP_CC -xrdp_wm_idle(struct xrdp_wm* self); -int APP_CC xrdp_wm_app_sck_signal(struct xrdp_wm* self, int app_sck); int APP_CC xrdp_wm_log_msg(struct xrdp_wm* self, char* msg); +int APP_CC +xrdp_wm_get_wait_objs(struct xrdp_wm* self, tbus* robjs, int* rc, + tbus* wobjs, int* wc, int* timeout); +int APP_CC +xrdp_wm_check_wait_objs(struct xrdp_wm* self); +int APP_CC +xrdp_wm_set_login_mode(struct xrdp_wm* self, int login_mode); /* xrdp_process.c */ struct xrdp_process* APP_CC |