From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/tv/iis/src/cv.com | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/images/tv/iis/src/cv.com (limited to 'pkg/images/tv/iis/src/cv.com') diff --git a/pkg/images/tv/iis/src/cv.com b/pkg/images/tv/iis/src/cv.com new file mode 100644 index 00000000..ec9c70e7 --- /dev/null +++ b/pkg/images/tv/iis/src/cv.com @@ -0,0 +1,16 @@ +# common block for cv + +pointer cv_gp # file descriptor to write +pointer cv_stack # working space for escape sequences +int cv_maxframes # device max frames +int cv_maxgraph # device max graph planes +int cv_xcen, cv_ycen # user pixel coords of center of dev. +int cv_xres, cv_yres # device resolution +int cv_zres # device z resolution +real cv_xcon, cv_ycon # conversion from NDC to GKI +int cv_grch # graphics channel +real cv_xwinc, cv_ywinc # cursor position for window command + +common /cvcom/ cv_gp, cv_stack, cv_maxframes, cv_maxgraph, cv_xcen, cv_ycen, + cv_xres, cv_yres, cv_zres, cv_xcon, cv_ycon, cv_grch, + cv_xwinc, cv_ywinc -- cgit