diff options
Diffstat (limited to 'x11vnc/options.c')
| -rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 7514452..dc3901e 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -24,7 +24,7 @@ char *solid_default = "cyan4"; char *wmdt_str = NULL; /* -wmdt */ -char *speeds_str = NULL; /* -speeds TBD */ +char *speeds_str = NULL; /* -speeds */ char *rc_rcfile = NULL; /* -rc */ int rc_rcfile_default = 0; @@ -208,6 +208,7 @@ char* screen_fixup_str = NULL; double screen_fixup_V = 0.0; double screen_fixup_C = 0.0; double screen_fixup_X = 0.0; +double screen_fixup_8 = 0.0; #ifndef NOREPEAT #define NOREPEAT 1 |
