IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2007, 8:02:23 AM (19 years ago)
Author:
eugene
Message:

more flexible pixel allocation, preparing for 3d colors

File:
1 edited

Legend:

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

    r14590 r15906  
    1414  int            x,  y;
    1515  unsigned int   dx, dy;
    16   XColor         cmap[256];
     16  XColor         cmap[1024];
    1717  Colormap       colormap;
    1818  unsigned long  fore;
    1919  unsigned long  back;
    2020  unsigned long  *color;
    21   unsigned long  pixels[256];
     21  unsigned long  pixels[1024];
    2222  unsigned long  overlay_color[NOVERLAYS];
    2323  int Npixels;
Note: See TracChangeset for help on using the changeset viewer.