summaryrefslogtreecommitdiff
path: root/src/devices/grodvi/dvi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grodvi/dvi.cc')
-rw-r--r--src/devices/grodvi/dvi.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/grodvi/dvi.cc b/src/devices/grodvi/dvi.cc
index b5b7c49d..9e80b266 100644
--- a/src/devices/grodvi/dvi.cc
+++ b/src/devices/grodvi/dvi.cc
@@ -801,6 +801,9 @@ void draw_dvi_printer::draw(int code, int *p, int np, const environment *env)
fill = FILL_MAX;
break;
}
+ case 'F':
+ // not implemented yet
+ break;
case 'R':
{
if (np != 2) {