summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/xrdp_wm.c')
-rw-r--r--xrdp/xrdp_wm.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c
index 2b7a030f..bae6c494 100644
--- a/xrdp/xrdp_wm.c
+++ b/xrdp/xrdp_wm.c
@@ -86,6 +86,13 @@ xrdp_wm_send_palette(struct xrdp_wm* self)
/*****************************************************************************/
int APP_CC
+xrdp_wm_send_bell(struct xrdp_wm* self)
+{
+ return libxrdp_send_bell(self->session);
+}
+
+/*****************************************************************************/
+int APP_CC
xrdp_wm_send_bitmap(struct xrdp_wm* self, struct xrdp_bitmap* bitmap,
int x, int y, int cx, int cy)
{