|
|
1.1 ! root 1: /* Copyright (c) 1987 AT&T */ ! 2: /* All Rights Reserved */ ! 3: ! 4: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ ! 5: /* The copyright notice above does not evidence any */ ! 6: /* actual or intended publication of such source code. */ ! 7: ! 8: #include <sccsid.h> ! 9: HVERSION(agent, @(#)agent.h 1.1.1.2 (5/10/87)); ! 10: ! 11: ! 12: #define A_NEWLAYER 1 /* make a new layer */ ! 13: #define A_CURRENT 2 /* make layer process current */ ! 14: #define A_DELETE 3 /* delete a layer */ ! 15: #define A_TOP 4 /* bring a layer to top */ ! 16: #define A_BOTTOM 5 /* put a layer on bottom */ ! 17: #define A_MOVE 6 /* move a layer */ ! 18: #define A_RESHAPE 7 /* reshape a layer */ ! 19: #define A_NEW 8 /* make a new layer and send C_NEW to layers */ ! 20: #define A_EXIT 9 /* exit layers program */ ! 21: ! 22: /* Leave some room for future mouse operations to be implemented */ ! 23: ! 24: #define A_ROMVERSION 20 /* tell us your rom version, e.g. 8;8;6 */ ! 25: ! 26: ! 27: struct agentrect{ ! 28: short command; /* either newlayer, reshape or current */ ! 29: short chan; ! 30: Rectangle r; /* rectangle description */ ! 31: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.