IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2008, 9:18:37 AM (18 years ago)
Author:
eugene
Message:

fix up compile errors after mods to Image & Picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r16228 r16255  
    9494  int      DX, DY;            // size of displayed picture (must be updated with new images...)
    9595  int      expand;            // zoomscale
    96   double   Xo, Yo;            // image pixel at screen center
     96  double   X,  Y;             // offset of image center
     97  double   Xo, Yo;            // reference image pixel (picture has X - Xo at center)
    9798  XImage  *pix;
    9899  char    *data;
Note: See TracChangeset for help on using the changeset viewer.