Annotation of researchv9/jerq/src/lib/layer/lrectf.c, revision 1.1.1.1

1.1       root        1: #include <jerq.h>
                      2: #include "layer.h"
                      3: /*ARGSUSED*/
                      4: static void
                      5: Lrectf(l, r, db, f, o)
                      6:        Layer *l;
                      7:        Rectangle r;
                      8:        Bitmap *db;
                      9:        Code *f;
                     10:        Obscured *o;
                     11: {
                     12:        rectf(db, r, *f);
                     13: }
                     14: lrectf(l, r, f)
                     15:        Layer *l;
                     16:        Rectangle r;
                     17:        Code f;
                     18: {
                     19:        layerop(l, Lrectf, r, f);
                     20: }

unix.superglobalmegacorp.com

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