|
|
1.1 root 1: #include <jerq.h>
2: #include "layer.h"
3:
4: dellayer(l)
5: register Layer *l;
6: {
7: if(l==0)
8: return;
9: downback(l);
10: Lgrey(l);
11: /*
12: * Window to be deleted is now at rear; free the obscure
13: */
14: bfree(l->obs);
15: /*
16: * Remove layer from list
17: */
18: lback=l->front;
19: if(l->front)
20: l->front->back=0;
21: if(lfront==l)
22: lfront=0;
23: free((char *)l);
24: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.