You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/x11vnc/linuxfb.h

11 lines
324 B

#ifndef _X11VNC_LINUXFB_H
#define _X11VNC_LINUXFB_H
/* -- linuxfb.h -- */
extern char *console_guess(char *str, int *fd);
extern void console_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
extern void console_pointer_command(int mask, int x, int y, rfbClientPtr client);
#endif /* _X11VNC_LINUXFB_H */