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.
11 lines
296 B
11 lines
296 B
#ifndef _X11VNC_V4L_H
|
|
#define _X11VNC_V4L_H
|
|
|
|
/* -- v4l.h -- */
|
|
extern char *v4l_guess(char *str, int *fd);
|
|
extern void v4l_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
|
|
extern void v4l_pointer_command(int mask, int x, int y, rfbClientPtr client);
|
|
|
|
|
|
#endif /* _X11VNC_V4L_H */
|