diff options
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r-- | x11vnc/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h index 504304a..4f83f9c 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -37,7 +37,7 @@ #define PIPEINPUT_NONE 0x0 #define PIPEINPUT_VID 0x1 -#define PIPEINPUT_CONS 0x2 +#define PIPEINPUT_CONSOLE 0x2 #define PIPEINPUT_UINPUT 0x3 #define MAX_BUTTONS 5 |