aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gks/gqpmi.x
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gio/gks/gqpmi.x')
-rw-r--r--sys/gio/gks/gqpmi.x17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/gio/gks/gqpmi.x b/sys/gio/gks/gqpmi.x
new file mode 100644
index 00000000..b1332b54
--- /dev/null
+++ b/sys/gio/gks/gqpmi.x
@@ -0,0 +1,17 @@
+# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
+
+include <gset.h>
+include "gks.h"
+
+# GQPMI -- Inquire Polymarker index.
+
+procedure gqpmi (errind, index)
+
+real index # Polymarker index - returned value.
+int errind # Error indicator
+include "gks.com"
+
+begin
+ errind = 0
+ index = 1.0
+end