diff options
Diffstat (limited to 'x11vnc/xwrappers.h')
-rw-r--r-- | x11vnc/xwrappers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/xwrappers.h b/x11vnc/xwrappers.h index e464636..38bb72b 100644 --- a/x11vnc/xwrappers.h +++ b/x11vnc/xwrappers.h @@ -68,4 +68,8 @@ extern void disable_grabserver(Display *in_dpy, int change); extern Bool XRecordQueryVersion_wr(Display *dpy, int *maj, int *min); +extern int xauth_raw(int on); +extern Display *XOpenDisplay_wr(char *display_name); +extern int XCloseDisplay_wr(Display *display); + #endif /* _X11VNC_XWRAPPERS_H */ |