aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/doublebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/doublebuffer.c')
-rw-r--r--src/cmd/plot/libplot/doublebuffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/doublebuffer.c b/src/cmd/plot/libplot/doublebuffer.c
new file mode 100644
index 00000000..485894fd
--- /dev/null
+++ b/src/cmd/plot/libplot/doublebuffer.c
@@ -0,0 +1,4 @@
+#include "mplot.h"
+void doublebuffer(void){
+ m_dblbuf();
+}