summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index fcb0646b..f5b2f984 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -50,6 +50,7 @@ struct vnc
/* server functions */
int (*server_begin_update)(struct vnc* v);
int (*server_end_update)(struct vnc* v);
+ int (*server_bell_trigger)(struct vnc* v);
int (*server_fill_rect)(struct vnc* v, int x, int y, int cx, int cy);
int (*server_screen_blt)(struct vnc* v, int x, int y, int cx, int cy,
int srcx, int srcy);