From ae1514c1679e87edfdeba5ca3eb2b3659ef44b1a Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Thu, 11 Oct 2018 22:09:20 -0700 Subject: dynamic virtual channel improvements remove not used chansrv <-> xrdp messages move static channel disable control into libxrdp remove some blocking read, write chansrv calls add drdynvc calls to libxrdp add drdynvc calls to chansrv channel cleanup --- xrdp/xrdp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xrdp/xrdp.h') diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 65e5c4f6..5ed46a3a 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -138,6 +138,8 @@ int callback(intptr_t id, int msg, intptr_t param1, intptr_t param2, intptr_t param3, intptr_t param4); int +xrdp_wm_drdynvc_up(intptr_t id); +int xrdp_wm_delete_all_children(struct xrdp_wm* self); int xrdp_wm_show_log(struct xrdp_wm *self); @@ -367,6 +369,8 @@ xrdp_bitmap_compress(char* in_data, int width, int height, int e); /* xrdp_mm.c */ +int +xrdp_mm_drdynvc_up(struct xrdp_mm* self); struct xrdp_mm* xrdp_mm_create(struct xrdp_wm* owner); void -- cgit v1.2.1