diff options
author | runge <runge> | 2006-12-28 17:57:10 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 17:57:10 +0000 |
commit | f9baaf1ee49e7889808b1f058a5f348a9cd5f027 (patch) | |
tree | 67b130f468967c942662f620950e188672d84e60 /x11vnc/macosxCGS.h | |
parent | 99a557d673ac4444532ac7025cb479a229ea7fb3 (diff) | |
download | libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip |
more compiler warnings cleanup.
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 */ |