~ubuntu-branches/ubuntu/saucy/argyll/saucy

« back to all changes in this revision

Viewing changes to spectro/webwin.h

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2012-04-25 07:46:07 UTC
  • mfrom: (1.2.2) (13.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120425074607-yjqadetw8kum9skc
Tags: 1.4.0-4
Should Build-Depends on libusb-dev (Closes: #670329).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef WEBWIN_H
 
3
 
 
4
/* 
 
5
 * Argyll Color Correction System
 
6
 * Web Display target patch window
 
7
 *
 
8
 * Author: Graeme W. Gill
 
9
 * Date:   3/4/12
 
10
 *
 
11
 * Copyright 2012 Graeme W. Gill
 
12
 * All rights reserved.
 
13
 *
 
14
 * This material is licenced under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 :-
 
15
 * see the License.txt file for licencing details.
 
16
 */
 
17
 
 
18
 
 
19
/* Create a web display test window, default grey */
 
20
dispwin *new_webwin(
 
21
int webdisp,                                    /* Port number */
 
22
double width, double height,    /* Width and height in mm */
 
23
double hoff, double voff,               /* Offset from center in fraction of screen, range -1.0 .. 1.0 */
 
24
int nowin,                                              /* NZ if no window should be created - RAMDAC access only */
 
25
int blackbg,                                    /* NZ if whole screen should be filled with black */
 
26
int verb,                                               /* NZ for verbose prompts */
 
27
int ddebug                                              /* >0 to print debug statements to stderr */
 
28
);
 
29
 
 
30
#define WEBWIN_H
 
31
#endif /* WEBWIN_H */