diff options
Diffstat (limited to 'x11vnc/macosxCGS.h')
-rw-r--r-- | x11vnc/macosxCGS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/macosxCGS.h b/x11vnc/macosxCGS.h index b6b7bb2..42bc16d 100644 --- a/x11vnc/macosxCGS.h +++ b/x11vnc/macosxCGS.h @@ -7,6 +7,7 @@ extern void macosxCGS_get_all_windows(void); extern int macosxCGS_get_qlook(int); extern void macosxGCS_set_pasteboard(char *str, int len); extern int macosxCGS_follow_animation_win(int win, int idx, int grow); +extern int macosxCGS_find_index(int w); #endif /* _X11VNC_MACOSXCGS_H */ |