summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/specials.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-06 04:59:35 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-06 04:59:35 +0000
commit77d33a75930c5bc87f8010d9a7cec19c45eace36 (patch)
tree22bcd66248013317a80179e4c561923ebf4f5af6 /Build/source/texk/dvipdfm-x/specials.h
parent1d1f20653e5f584e1ef8882796de7273c2604d9e (diff)
Add a new special pdfcolorstack. (S. Hirata)
git-svn-id: svn://tug.org/texlive/trunk@56274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/specials.h')
-rw-r--r--Build/source/texk/dvipdfm-x/specials.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/specials.h b/Build/source/texk/dvipdfm-x/specials.h
index e9e61229127..17ced222335 100644
--- a/Build/source/texk/dvipdfm-x/specials.h
+++ b/Build/source/texk/dvipdfm-x/specials.h
@@ -63,6 +63,9 @@ extern int spc_end_annot (struct spc_env *spe);
extern int spc_resume_annot (struct spc_env *spe);
extern int spc_suspend_annot (struct spc_env *spe);
+extern int spc_begin_form (struct spc_env *spe, const char *ident, pdf_coord cp, pdf_rect *cropbox);
+extern int spc_end_form (struct spc_env *spe, pdf_obj *attr);
+
extern int spc_is_tracking_boxes (struct spc_env *spe);
/* linkmode 0: normal, 1: capture phantom texts */