Annotation of researchv9/jerq/include/agent.h, revision 1.1.1.1

1.1       root        1: #define        A_NEWLAYER      1       /* make a new layer */
                      2: #define        A_CURRENT       2       /* make layer process current */
                      3: #define        A_DELETE        3       /* delete a layer */
                      4: #define        A_TOP           4       /* bring a layer to top */
                      5: #define        A_BOTTOM        5       /* put a layer on bottom */
                      6: #define        A_MOVE          6       /* move a layer */
                      7: #define        A_RESHAPE       7       /* reshape a layer */
                      8: #define        A_NEW           8       /* make a new layer and send C_NEW to layers */
                      9: #define        A_EXIT          9       /* exit layers program */
                     10: 
                     11: struct agentrect{
                     12:        short   command;        /* either newlayer, reshape or current */
                     13:        short   chan;
                     14:        Rectangle r;            /* rectangle description */
                     15: };

unix.superglobalmegacorp.com

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