summaryrefslogtreecommitdiff
path: root/src/devices/grops/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grops/ps.h')
-rw-r--r--src/devices/grops/ps.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/grops/ps.h b/src/devices/grops/ps.h
index 85a06fec..9e592ae1 100644
--- a/src/devices/grops/ps.h
+++ b/src/devices/grops/ps.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2003, 2009
+/* Copyright (C) 1989-1992, 2002, 2003, 2009, 2013
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -53,14 +53,16 @@ inline FILE *ps_output::get_file()
return fp;
}
+// this must stay in sync with `resource_table' in `psrm.cpp'
enum resource_type {
RESOURCE_FONT,
+ RESOURCE_FONTSET,
RESOURCE_PROCSET,
RESOURCE_FILE,
RESOURCE_ENCODING,
RESOURCE_FORM,
RESOURCE_PATTERN
- };
+};
struct resource;