summaryrefslogtreecommitdiffstats
path: root/x11vnc/screen.c
diff options
context:
space:
mode:
authorrunge <runge>2006-07-12 02:51:07 +0000
committerrunge <runge>2006-07-12 02:51:07 +0000
commitd7d55ec8adb20473943d0a26b949534e003c723b (patch)
tree4300b8ce61f5e91d5c8347b4e4ff013cfb151985 /x11vnc/screen.c
parent0abd329d6a8dd17b6d0cd28a8f49607c3b03af45 (diff)
downloadlibvncserver-d7d55ec8adb20473943d0a26b949534e003c723b.zip
libvncserver-d7d55ec8adb20473943d0a26b949534e003c723b.tar.gz
x11vnc: wording changes; remove "-rawfb cons" in favor of "console"
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r--x11vnc/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c
index 876cef4..6cc0f0a 100644
--- a/x11vnc/screen.c
+++ b/x11vnc/screen.c
@@ -961,7 +961,7 @@ if (db) fprintf(stderr, "initialize_raw_fb reset\n");
rawfb_dev_video = 1;
} else if (strstr(str, "dev/video")) {
rawfb_dev_video = 1;
- } else if (strstr(str, "cons") == str || strstr(str, "fb") == str ||
+ } else if (strstr(str, "console") == str || strstr(str, "fb") == str ||
strstr(str, "/dev/fb") == str) {
char *str2 = console_guess(str, &raw_fb_fd);
if (str2 == NULL) {
OpenPOWER on IntegriCloud