diff options
author | runge <runge> | 2008-09-07 04:17:33 +0000 |
---|---|---|
committer | runge <runge> | 2008-09-07 04:17:33 +0000 |
commit | d5cba7a574a667f5321194cb05d0b4adcb995866 (patch) | |
tree | 2748fd38612cc63256ee864284cd8dab19f4eba1 /x11vnc/xinerama.h | |
parent | dbfa4ad1f78f6133bc5f50e766f7f3bfdb8fa049 (diff) | |
download | libtdevnc-d5cba7a574a667f5321194cb05d0b4adcb995866.tar.gz libtdevnc-d5cba7a574a667f5321194cb05d0b4adcb995866.zip |
x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode.
-grablocal n experiment (not compiled by default). -macuskbd
option for macosx for orig uskdb code. keycode=N remote contol
cmd. Find dpy look at non-NFS cookies in /tmp. Fix gui tray
insertion on recent gnome dt. Fix connect_file bug. Sync SSVNC
Diffstat (limited to 'x11vnc/xinerama.h')
-rw-r--r-- | x11vnc/xinerama.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/xinerama.h b/x11vnc/xinerama.h index ab4c216..4c5007d 100644 --- a/x11vnc/xinerama.h +++ b/x11vnc/xinerama.h @@ -13,5 +13,6 @@ extern void push_sleep(int n); extern void push_black_screen(int n); extern void refresh_screen(int push); extern void zero_fb(int x1, int y1, int x2, int y2); +extern void check_xinerama_clip(void); #endif /* _X11VNC_XINERAMA_H */ |