summaryrefslogtreecommitdiffstats
path: root/x11vnc/xkb_bell.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/xkb_bell.h')
-rw-r--r--x11vnc/xkb_bell.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11vnc/xkb_bell.h b/x11vnc/xkb_bell.h
new file mode 100644
index 0000000..bb0aef2
--- /dev/null
+++ b/x11vnc/xkb_bell.h
@@ -0,0 +1,12 @@
+#ifndef _X11VNC_XKB_BELL_H
+#define _X11VNC_XKB_BELL_H
+
+/* -- xkb_bell.h -- */
+
+extern int xkb_base_event_type;
+
+extern void initialize_xkb(void);
+extern void initialize_watch_bell(void);
+extern void check_bell_event(void);
+
+#endif /* _X11VNC_XKB_BELL_H */