diff options
author | runge <runge> | 2006-07-12 02:51:07 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-12 02:51:07 +0000 |
commit | d7d55ec8adb20473943d0a26b949534e003c723b (patch) | |
tree | 4300b8ce61f5e91d5c8347b4e4ff013cfb151985 /x11vnc/params.h | |
parent | 0abd329d6a8dd17b6d0cd28a8f49607c3b03af45 (diff) | |
download | libtdevnc-d7d55ec8adb20473943d0a26b949534e003c723b.tar.gz libtdevnc-d7d55ec8adb20473943d0a26b949534e003c723b.zip |
x11vnc: wording changes; remove "-rawfb cons" in favor of "console"
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 |