diff options
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 */ |