Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "mplot.h"
2
void cfill(char *s){
3
	int k=bcolor(s);
4
	if(k>=0) e1->backgr=k;
5
}