summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2013-11-19 21:34:07 +0200
committerspeidy <speidy@gmail.com>2013-11-19 21:34:07 +0200
commit6f7958bdcbcc65cc073f1f8f7f1e3bb98d011173 (patch)
treee49c356b6e47ffd3eb0ba2ce8f76d73a79ac3e3e /libxrdp/libxrdp.h
parente5f2f997db5c4d523cbd9da24b83b1b117f81466 (diff)
downloadxrdp-proprietary-6f7958bdcbcc65cc073f1f8f7f1e3bb98d011173.tar.gz
xrdp-proprietary-6f7958bdcbcc65cc073f1f8f7f1e3bb98d011173.zip
libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pdu
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index 5bf627b5..70c8a124 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -353,6 +353,8 @@ xrdp_rdp_incoming(struct xrdp_rdp* self);
int APP_CC
xrdp_rdp_send_demand_active(struct xrdp_rdp* self);
int APP_CC
+xrdp_rdp_send_monitorlayout(struct xrdp_rdp* self);
+int APP_CC
xrdp_rdp_process_confirm_active(struct xrdp_rdp* self, struct stream* s);
int APP_CC
xrdp_rdp_process_data(struct xrdp_rdp* self, struct stream* s);