#465 closed defect (fixed)
psPixels numbers
| Reported by: | 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.
Note:
See TracTickets
for help on using tickets.

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.