diff options
author | runge <runge> | 2006-05-07 00:50:13 +0000 |
---|---|---|
committer | runge <runge> | 2006-05-07 00:50:13 +0000 |
commit | 279f35495a122c9892198545f83e03c6fc50fa08 (patch) | |
tree | 7ce00691a9f77432cead7a5f4ae702fc62878019 /x11vnc/params.h | |
parent | 0d734ad8967eafab1fb058280a0db04e7470e569 (diff) | |
download | libtdevnc-279f35495a122c9892198545f83e03c6fc50fa08.tar.gz libtdevnc-279f35495a122c9892198545f83e03c6fc50fa08.zip |
x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -rawfb console.
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r-- | x11vnc/params.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |