diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
commit | bc3604d9b226ac475a104cd8ae2ca2d1d4a27984 (patch) | |
tree | e796661f371a94a50edfdc693388bb911b253dfd /spectro/ccwin.h | |
parent | 509016be676f7915d635fa57144d2a441e3090ca (diff) | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Merge new upstream release
Diffstat (limited to 'spectro/ccwin.h')
-rwxr-xr-x[-rw-r--r--] | spectro/ccwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/ccwin.h b/spectro/ccwin.h index 4d32466..9fb902d 100644..100755 --- a/spectro/ccwin.h +++ b/spectro/ccwin.h @@ -31,7 +31,8 @@ int native, /* X0 = use current per channel calibration curve */ int *noramdac, /* Return nz if no ramdac access. native is set to X0 */ int *nocm, /* Return nz if no CM cLUT access. native is set to 0X */ int out_tvenc, /* 1 = use RGB Video Level encoding */ -int blackbg, /* NZ if whole screen should be filled with black */ +int fullscreen, /* NZ if whole screen should be filled with black */ +int noinitpatch, /* NZ if no initial test patch should be shown */ int verb, /* NZ for verbose prompts */ int ddebug /* >0 to print debug statements to stderr */ ); |