IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#465 closed defect (fixed)

psPixels numbers

Reported by: David.Robbins@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

typedef struct {

long n;
const long nalloc;
psPixelCoord *data;
void *lock;

} psPixels;

n, nalloc changed to long from psU32.

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

I've scoured the psLib SDRS for psU* and psS* types where they should be native
types, and I now think I've got them all. psPixels was one of them.

Note: See TracTickets for help on using tickets.