From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- spectro/webwin.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 spectro/webwin.h (limited to 'spectro/webwin.h') diff --git a/spectro/webwin.h b/spectro/webwin.h new file mode 100644 index 0000000..b298397 --- /dev/null +++ b/spectro/webwin.h @@ -0,0 +1,31 @@ + +#ifndef WEBWIN_H + +/* + * Argyll Color Correction System + * Web Display target patch window + * + * Author: Graeme W. Gill + * Date: 3/4/12 + * + * Copyright 2013 Graeme W. Gill + * All rights reserved. + * + * This material is licenced under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 :- + * see the License.txt file for licencing details. + */ + + +/* Create a web display test window, default grey */ +dispwin *new_webwin( +int webdisp, /* Port number */ +double width, double height, /* Width and height in mm */ +double hoff, double voff, /* Offset from center in fraction of screen, range -1.0 .. 1.0 */ +int nowin, /* NZ if no window should be created - RAMDAC access only */ +int blackbg, /* NZ if whole screen should be filled with black */ +int verb, /* NZ for verbose prompts */ +int ddebug /* >0 to print debug statements to stderr */ +); + +#define WEBWIN_H +#endif /* WEBWIN_H */ -- cgit v1.2.3