File:  [Research Unix] / researchv9 / jerq / include / agent.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

#define	A_NEWLAYER	1	/* make a new layer */
#define	A_CURRENT	2	/* make layer process current */
#define	A_DELETE	3	/* delete a layer */
#define	A_TOP		4	/* bring a layer to top */
#define	A_BOTTOM	5	/* put a layer on bottom */
#define	A_MOVE		6	/* move a layer */
#define	A_RESHAPE	7	/* reshape a layer */
#define	A_NEW		8	/* make a new layer and send C_NEW to layers */
#define	A_EXIT		9	/* exit layers program */

struct agentrect{
	short	command;	/* either newlayer, reshape or current */
	short	chan;
	Rectangle r;		/* rectangle description */
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.