diff options
author | Sam James <sam@gentoo.org> | 2022-09-21 14:18:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-02 04:31:25 +0100 |
commit | a529111f77ff46f4836fe7312e70953bc16587cf (patch) | |
tree | 9dc3924cb1a6ef3ef853b7bb45f735365e0b4e6d /base/gxcldev.h | |
parent | Import Ghostscript 9.56.1 (diff) | |
download | ghostscript-gpl-patches-ghostscript-10.tar.gz ghostscript-gpl-patches-ghostscript-10.tar.bz2 ghostscript-gpl-patches-ghostscript-10.zip |
Import Ghostscript 10.0ghostscript-10.0ghostscript-10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'base/gxcldev.h')
-rw-r--r-- | base/gxcldev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gxcldev.h b/base/gxcldev.h index 66020503..708b1779 100644 --- a/base/gxcldev.h +++ b/base/gxcldev.h @@ -204,7 +204,7 @@ typedef enum { cmd_op_path = 0xf0, /* (see below) */ cmd_opv_fill = 0xf0, cmd_opv_rgapto = 0xf1, /* dx%, dy% */ - /* UNUSED 0xf2 */ + cmd_opv_lock_pattern = 0xf2, /* lock, id */ cmd_opv_eofill = 0xf3, cmd_opv_fill_stroke = 0xf4, cmd_opv_eofill_stroke = 0xf5, @@ -220,12 +220,12 @@ typedef enum { /* UNUSED 0xff */ #define cmd_path_op_name_strings\ - "fill", "rgapto", "?f2?", "eofill",\ + "fill", "rgapto", "lock_pattern", "eofill",\ "fill_stroke", "eofill_stroke", "stroke", "?f7?",\ "?f8?", "polyfill", "?fa?", "?fb?",\ "fill_trapezoid", "?fd?", "?fe?", "?ff?" -/* unused cmd_op values: 0xf2, 0xf7, 0xf8, 0xfa, 0xfb, 0xfd, 0xfe, 0xff */ +/* unused cmd_op values: 0xf7, 0xf8, 0xfa, 0xfb, 0xfd, 0xfe, 0xff */ } gx_cmd_op; #define cmd_op_name_strings\ |