From: Michael Meeks Date: Wed, 6 Oct 1999 17:59:38 +0000 (+0000) Subject: missing file: duh. X-Git-Tag: nautilus_ms_may_31~18 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e0bd0a5e28d6ac5fda6835ccfe1cb6eb4963a794;p=evince.git missing file: duh. --- diff --git a/pdf/xpdf/bonobo-application-x-pdf.h b/pdf/xpdf/bonobo-application-x-pdf.h new file mode 100644 index 00000000..01668ab6 --- /dev/null +++ b/pdf/xpdf/bonobo-application-x-pdf.h @@ -0,0 +1,17 @@ +#ifndef BONOBOAPPLICATIONXPDF_H +#define BONOBOAPPLICATIONXPDF_H + +/* + * This is only neccessary since the gpdf container is + * very tightly coupled to the component, for ergonomic reasons. + */ + +#define VERB_FIRST "FirstPage" +#define VERB_PREV "PrevPage" +#define VERB_NEXT "NextPage" +#define VERB_LAST "LastPage" +#define VERB_Z_FIT "ZoomFit" +#define VERB_Z_IN "ZoomIn" +#define VERB_Z_OUT "ZoomOut" + +#endif /* BONOBOAPPLICATIONXPDF_H */