~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to incl/agldcaps.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)agldcaps.h       19.1  (OAA-ASTRONET) 02/25/03 13:49:23   */
 
2
/*
 
3
 * HEADER : agldcaps.h     - Vers 3.6.000  - Dec 1991 -  L. Fini, OAA
 
4
 */
 
5
 
 
6
 
 
7
/*                                  DEVICE CHARACTERISTICS FLAGS MASKS      */
 
8
 
 
9
#define NCHFLAGS 7               /* Number of device characteristics flags  */
 
10
 
 
11
#define INTERACTIVE  1           /* Device interactive flag mask            */
 
12
#define RETPIXVAL    2           /* Can return locator pixel value (Unsupp.)*/
 
13
#define PARTERASE    4           /* Partial erase flag mask                 */
 
14
#define SEPALPHA     8           /* Separated alpha plane flag mask         */
 
15
#define ERASEIT     16           /* The device must be cleared on start     */
 
16
#define EXECOMMND   32           /* Execute command at close flag mask      */
 
17
#define SETBACKGR   64           /* Can set background color                */
 
18