diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
commit | c0b89ac5bfb90835ef01573267020e42d4fe070c (patch) | |
tree | 733c16852d964d84b7565af4bdaff0bcca901b88 /spectro/dispsup.h | |
parent | 094535c010320967639e8e86f974d878e80baa72 (diff) |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'spectro/dispsup.h')
-rwxr-xr-x[-rw-r--r--] | spectro/dispsup.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/spectro/dispsup.h b/spectro/dispsup.h index e8c3f76..bca3070 100644..100755 --- a/spectro/dispsup.h +++ b/spectro/dispsup.h @@ -26,7 +26,7 @@ struct _disp_win_info { #endif disppath *disp; /* display to calibrate. */ 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 override; /* Override_redirect on X11 */ double hpatsize; /* Size of dispwin */ double vpatsize; /* Size of dispwin */ @@ -62,7 +62,7 @@ ccast_id *ccid, /* non-NULL for ChromeCast */ int madvrdisp, /* NZ for MadVR display */ #endif 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 override, /* Override_redirect on X11 */ double hpatsize, /* Size of dispwin */ double vpatsize, @@ -113,6 +113,8 @@ struct _disprd { icmLuBase *fake_lu; char *mcallout; /* fake instrument shell callout */ // char *scallout; /* measurement XYZ value callout */ + int xtern; /* Use external (user supplied) values rather than instument read */ + /* 1 = Lab, 2 = XYZ */ icompath *ipath; /* Instrument path to open, &icomFakeDevice == fake */ baud_rate br; flow_control fc; @@ -249,7 +251,7 @@ double cal[3][MAX_CAL_ENT], /* Calibration set (cal = NULL or cal[0][0] < 0.0 if int ncal, /* number of entries use in cal */ disppath *screen, /* Screen to calibrate. */ 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 override, /* Override_redirect on X11 */ int webdisp, /* If nz, port number for web display */ ccast_id *ccid, /* non-NULL for ChromeCast */ @@ -259,6 +261,8 @@ int madvrdisp, /* NZ for MadVR display */ char *ccallout, /* Shell callout on set color */ char *mcallout, /* Shell callout on measure color (forced fake) */ //char *scallout, /* Shell callout on results of measure color */ +int xtern, /* Use external (user supplied) values rather than instument read */ + /* 1 = Lab, 2 = XYZ */ double hpatsize, /* Size of dispwin */ double vpatsize, double ho, /* Horizontal offset */ |