~ubuntu-branches/ubuntu/karmic/italc/karmic-updates

« back to all changes in this revision

Viewing changes to ica/x11/x11vnc/keyboard.h

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2008-02-11 23:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080211234020-o9fixmzxpa1ybhlq
Tags: upstream-1.0.6
Import upstream version 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
extern void clear_modifiers(int init);
9
9
extern int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set);
10
10
extern void clear_keys(void);
 
11
extern void clear_locks(void);
11
12
extern int get_autorepeat_state(void);
12
13
extern int get_initial_autorepeat_state(void);
13
14
extern void autorepeat(int restore, int bequiet);
15
16
extern int add_keysym(KeySym keysym);
16
17
extern void delete_added_keycodes(int bequiet);
17
18
extern void initialize_remap(char *infile);
18
 
extern int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *);
 
19
extern int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *_new);
19
20
extern void switch_to_xkb_if_better(void);
20
 
extern char *short_kmbc(char *str);
 
21
extern char *short_kmbcf(char *str);
21
22
extern void initialize_allowed_input(void);
22
23
extern void initialize_modtweak(void);
23
24
extern void initialize_keyboard_and_pointer(void);