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.
13 lines
256 B
13 lines
256 B
19 years ago
|
#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 */
|