Sign in
plan9port
/
plan9
/
7e61af5124e3843a8934da4e6be5e8fdc58d99dd
/
.
/
src
/
cmd
/
plot
/
libplot
/
erase.c
blob: ab9134752940e7fc7ca92aaec90fbef9316c460e [
file
] [
log
] [
blame
]
#include
"mplot.h"
void
erase
(
void
){
m_swapbuf
();
m_clrwin
(
clipminx
,
clipminy
,
clipmaxx
,
clipmaxy
,
e1
->
backgr
);
}