~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to include/plxwd.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: plxwd.h,v 1.8 2003/03/04 23:45:37 jcard Exp $
 
1
/* $Id: plxwd.h,v 1.9 2005/03/23 09:49:27 mlebrun Exp $
2
2
 
3
3
        Holds system header includes, prototypes of xwin driver
4
4
        utility functions, and definition of the state structure.
53
53
    Colormap    map;                    /* Colormap */
54
54
    unsigned    depth;                  /* display depth */
55
55
    int         color;                  /* Set to 1 if a color output device */
56
 
    int         ncol0;                  /* Number of cmap 0 colors allocated */
57
 
    int         ncol1;                  /* Number of cmap 1 colors allocated */
58
 
    XColor      cmap0[16];              /* Color entries for cmap 0 */
59
 
    XColor      cmap1[256];             /* Color entries for cmap 1 */
 
56
    int         ncol0;                  /* Number of cmap 0 colors */
 
57
    int         ncol0_alloc;            /* Keeps track of storage for *cmap0 */
 
58
    int         ncol1;                  /* Number of cmap 1 colors */
 
59
    int         ncol1_alloc;            /* Keeps track of storage for *cmap1 */
 
60
    XColor      *cmap0;                 /* Color entries for cmap 0 */
 
61
    XColor      *cmap1;                 /* Color entries for cmap 1 */
60
62
    XColor      fgcolor;                /* Foreground color (if grayscale) */
61
63
    Cursor      xhair_cursor;           /* Crosshair cursor */
62
64
    int         rw_cmap;                /* Can we allocate r/w color cells? */