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/keyboard.c | |
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/keyboard.c')
-rw-r--r-- | x11vnc/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/keyboard.c b/x11vnc/keyboard.c index bd2a2f6..e10ca41 100644 --- a/x11vnc/keyboard.c +++ b/x11vnc/keyboard.c @@ -2486,7 +2486,7 @@ static void pipe_keyboard(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { if (pipeinput_int == PIPEINPUT_VID) { v4l_key_command(down, keysym, client); - } else if (pipeinput_int == PIPEINPUT_CONS) { + } else if (pipeinput_int == PIPEINPUT_CONSOLE) { console_key_command(down, keysym, client); } else if (pipeinput_int == PIPEINPUT_UINPUT) { uinput_key_command(down, keysym, client); |