blob: bb0aef2df2c569ffc537b35cb3851119d59bfce6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 */
|