summaryrefslogtreecommitdiffstats
path: root/mc
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2010-11-18 21:05:32 -0800
committerJay Sorg <jay.sorg@gmail.com>2010-11-18 21:05:32 -0800
commit4f88bf83c10900d9fdfd79407535bd6991f8a596 (patch)
tree52aface00ad32606e2dd955e53977db70e59812a /mc
parent96c1c4473aac3b0c8f97bf04b4fd4c59e6a4db0a (diff)
downloadxrdp-proprietary-4f88bf83c10900d9fdfd79407535bd6991f8a596.tar.gz
xrdp-proprietary-4f88bf83c10900d9fdfd79407535bd6991f8a596.zip
fixes for bell function
Diffstat (limited to 'mc')
-rw-r--r--mc/mc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mc/mc.h b/mc/mc.h
index fac82876..edb346ab 100644
--- a/mc/mc.h
+++ b/mc/mc.h
@@ -26,7 +26,7 @@
#include "os_calls.h"
#include "defines.h"
-#define CURRENT_MOD_VER 1
+#define CURRENT_MOD_VER 2
struct mod
{
@@ -82,7 +82,8 @@ struct mod
int (*server_send_to_channel)(struct mod* v, int channel_id,
char* data, int data_len,
int total_data_len, int flags);
- long server_dumby[100 - 24]; /* align, 100 minus the number of server
+ int (*server_bell_trigger)(struct vnc* v);
+ long server_dumby[100 - 25]; /* align, 100 minus the number of server
functions above */
/* common */
long handle; /* pointer to self as long */