DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T o

⟦7fe5723ee⟧ TextFile

    Length: 1185 (0x4a1)
    Types: TextFile
    Names: »oldstruct.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/showimg/oldstruct.h« 

TextFile

#ifdef NEWSTRUCT
    char *geometry = NULL;
    char filegeometry[30];   /* created from file unless overridden */
    char *display = NULL;
    char *border_color, *back_color;
    OpaqueFrame frame;
    int border_width;
    Pixmap border_pixmap;
    Color cdef;
    u_short VOP_Flags = VOP_GrayScale | VOP_Initialize;
    u_short SOP_Flags = SOP_Linear;
    u_short COP_Flags = 0, COP_OldFlags = 0;
    u_short FOP_Flags = 0;
    char *option;
    int nplanes = -1;	/* number of planes to allocate */
    int ncolors;
    int pixels[1];		/* color cell from allocation */
    int planes;		/* plane mask */
    Color cmap[256];	/* much larger than can be on CAYLITH */
    char *filename;
    unsigned char *image;   /* written to display */
    short *header;          /* header of real image */
    short *pict;		/* real image */
    int pmax = -3000;
    int pmin = 70000;   /* will be 16-bite max, min values (approx.)*/
    int shift = 0;
    int fitsflag = 0;   /* indicator to read in FITS images */
    /* 1=true FITS, 2=disk FITS (swapped bytes)*/
    int calibration = 0;
    int headskip = 0;       /* number of header bytes to skip */
    int nrows = 0, ncols = 0;
#endif