ftp.nice.ch/pub/next/unix/graphics/fly.NIHS.bs.gnutar.gz#/fly/fly.h

This is fly.h in view mode; [Download] [Up]

#define SMALL 10
#define LARGE 11
#define MEDIUM 12
#define TINY 13
#define GIANT 14

#define FPOLY 20
#define POLY 21
#define LINE 22
#define DLINE 23
#define RECT 24
#define FRECT 25
#define ARC 26
#define SIZE 27
#define NEW 28
#define EXISTING 29
#define SETPIXEL 30
#define FILLTOBORDER 31
#define FILL 32
#define STRING 33
#define STRINGUP 34
#define COPY 35
#define COPYRESIZED 36
#define INTERLACE 37
#define SIZEX 38
#define SIZEY 39
#define SETBRUSH 40
#define KILLBRUSH 41
#define SETTILE 42
#define KILLTILE 43
#define SETSTYLE 44
#define KILLSTYLE 45
#define TRANSPARENT 46
#define CIRCLE 48

#define COMMENT -1

#ifndef STD_H
#define STD_H

#ifndef bool
#define bool            char
#endif
#ifndef TRUE
#define TRUE            1
#endif
#ifndef FALSE
#define FALSE           0
#endif

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.