diff options
author | runge <runge> | 2006-06-03 20:49:09 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-03 20:49:09 +0000 |
commit | 203eee7cfdb70556125f959d3b548fbd1213d8d2 (patch) | |
tree | d1da7e1014d58f2e7c44bda9b23652b4286a8887 /x11vnc/win_utils.h | |
parent | 8417618289bd95663789bb67d841800f166c57a0 (diff) | |
download | libvncserver-203eee7cfdb70556125f959d3b548fbd1213d8d2.zip libvncserver-203eee7cfdb70556125f959d3b548fbd1213d8d2.tar.gz |
x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.
Diffstat (limited to 'x11vnc/win_utils.h')
-rw-r--r-- | x11vnc/win_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/win_utils.h b/x11vnc/win_utils.h index 386666e..135e9e0 100644 --- a/x11vnc/win_utils.h +++ b/x11vnc/win_utils.h @@ -17,6 +17,7 @@ extern int get_window_size(Window win, int *x, int *y); extern void snapshot_stack_list(int free_only, double allowed_age); extern void update_stack_list(void); extern Window query_pointer(Window start); +extern unsigned int mask_state(void); extern int pick_windowid(unsigned long *num); extern Window descend_pointer(int depth, Window start, char *name_info, int len); |