This is structs.h in view mode; [Download] [Up]
struct record {
char name[10]; /* User name */
char tty[10]; /* TTY name */
int marked; /* Referenced */
id windowPointer; /* Pointer to window */
float x,y; /* x,y position of icon (screen coords) */
struct record *next; /* Pointer to next record in list */
};
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.