From 279f35495a122c9892198545f83e03c6fc50fa08 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 7 May 2006 00:50:13 +0000 Subject: x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -rawfb console. --- x11vnc/params.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11vnc/params.h') diff --git a/x11vnc/params.h b/x11vnc/params.h index 79f6624..2a9ea0b 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -35,4 +35,8 @@ #define MAXN 256 +#define PIPEINPUT_NONE 0x0 +#define PIPEINPUT_VID 0x1 +#define PIPEINPUT_CONS 0x2 + #endif /* _X11VNC_PARAMS_H */ -- cgit v1.2.1