You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 */
|