summaryrefslogtreecommitdiff
path: root/src/devices/grops/ps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grops/ps.cpp')
-rw-r--r--src/devices/grops/ps.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index 41aece50..c98215f1 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -1778,6 +1778,11 @@ void ps_printer::do_endinvis(char *, const environment *)
--invis_count;
}
+int printer::round_width(int x)
+{
+ return x;
+}
+
printer *make_printer()
{
return new ps_printer(user_paper_length);