summaryrefslogtreecommitdiff
path: root/dviware/beebe/src/moveto.h
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/beebe/src/moveto.h')
-rw-r--r--dviware/beebe/src/moveto.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dviware/beebe/src/moveto.h b/dviware/beebe/src/moveto.h
new file mode 100644
index 0000000000..42290f6a1a
--- /dev/null
+++ b/dviware/beebe/src/moveto.h
@@ -0,0 +1,16 @@
+/* -*-C-*- moveto.h */
+/*-->moveto*/
+/**********************************************************************/
+/******************************* moveto *******************************/
+/**********************************************************************/
+
+void
+moveto(x,y)
+COORDINATE x,y;
+
+{
+ xcp = x;
+ ycp = y;
+}
+
+