diff options
author | runge <runge@karlrunge.com> | 2010-12-29 10:05:52 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-12-29 10:05:52 -0500 |
commit | 596331a5c3124f080cdcbb400c188c095048ef35 (patch) | |
tree | 66eb904b6c0181703d8f3c9ec81352a970d52601 /x11vnc/macosxCG.h | |
parent | 0c03b989407f9e5ea66b403011baaaad09fcd536 (diff) | |
download | libtdevnc-596331a5c3124f080cdcbb400c188c095048ef35.tar.gz libtdevnc-596331a5c3124f080cdcbb400c188c095048ef35.zip |
x11vnc: Use opengl to read screen on macosx. non-deprecated macosx interfaces for input injection.
Diffstat (limited to 'x11vnc/macosxCG.h')
-rw-r--r-- | x11vnc/macosxCG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/macosxCG.h b/x11vnc/macosxCG.h index 60beab1..fb9e497 100644 --- a/x11vnc/macosxCG.h +++ b/x11vnc/macosxCG.h @@ -51,7 +51,7 @@ extern void macosxCG_pointer_inject(int mask, int x, int y); extern int macosxCG_get_cursor_pos(int *x, int *y); extern int macosxCG_get_cursor(void); extern void macosxCG_init_key_table(void); -extern void macosxCG_key_inject(int down, unsigned int keysym); +extern void macosxCG_keysym_inject(int down, unsigned int keysym); extern void macosxCG_keycode_inject(int down, int keycode); extern void macosxCG_refresh_callback_off(void); |