diff options
author | runge <runge> | 2006-12-28 05:24:25 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 05:24:25 +0000 |
commit | 56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (patch) | |
tree | 34da978baeba2c625611bcaaf8cba8571ab00f8b /x11vnc/macosxCGS.h | |
parent | 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (diff) | |
download | libtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.tar.gz libtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.zip |
x11vnc: more work on -ncache.
Diffstat (limited to 'x11vnc/macosxCGS.h')
-rw-r--r-- | x11vnc/macosxCGS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/macosxCGS.h b/x11vnc/macosxCGS.h index d53593f..b6b7bb2 100644 --- a/x11vnc/macosxCGS.h +++ b/x11vnc/macosxCGS.h @@ -4,7 +4,9 @@ /* -- macosxCGS.h -- */ 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); #endif /* _X11VNC_MACOSXCGS_H */ |