diff options
author | runge <runge> | 2008-10-19 16:16:41 +0000 |
---|---|---|
committer | runge <runge> | 2008-10-19 16:16:41 +0000 |
commit | 1c03dd4d51a35103e93c3adaf1f619c868324c77 (patch) | |
tree | acbd2c41501e1c491023ab36717febdab32aff03 /x11vnc/xwrappers.h | |
parent | 16c7ea1b357ab518ee5a40f2a663843f064479a9 (diff) | |
download | libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.tar.gz libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.zip |
x11vnc: -chatwindow, -scale WxH, -enc changes.
Diffstat (limited to 'x11vnc/xwrappers.h')
-rw-r--r-- | x11vnc/xwrappers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/xwrappers.h b/x11vnc/xwrappers.h index 488f211..73b5b3c 100644 --- a/x11vnc/xwrappers.h +++ b/x11vnc/xwrappers.h @@ -4,6 +4,7 @@ /* -- xwrappers.h -- */ extern int xshm_present; +extern int xshm_opcode; extern int xtest_present; extern int xtrap_present; extern int xrecord_present; @@ -27,6 +28,7 @@ extern XImage *XShmCreateImage_wr(Display* disp, Visual* vis, unsigned int depth extern Status XShmAttach_wr(Display *disp, XShmSegmentInfo *shminfo); extern Status XShmDetach_wr(Display *disp, XShmSegmentInfo *shminfo); extern Bool XShmQueryExtension_wr(Display *disp); +extern int XShmGetEventBase_wr(Display *disp); extern XImage *xreadscreen(Display *disp, Drawable d, int x, int y, unsigned int width, unsigned int height, Bool show_cursor); |