Skip to content

Commit

Permalink
Merge pull request #245 from sensiblecodeio/poppler-21.03.0
Browse files Browse the repository at this point in the history
Update to Poppler 21.03.0
  • Loading branch information
StevenMaude authored Nov 10, 2023
2 parents 9df5d31 + e0b19b3 commit 8365c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/DumpAsTextDev.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,10 @@ class DumpAsTextDev : public OutputDev {
return OutputDev::eoFill(A);
}

bool tilingPatternFill(GfxState *A, Gfx *B, Catalog *C, Object *D, double *E,
int F, int G, Dict *H, double *I, double *J, int K,
int L, int M, int N, double O, double P) {
bool tilingPatternFill(GfxState *A, Gfx *B, Catalog *C, GfxTilingPattern *D, const double *E,
int F, int G, int H, int I, double J, double K) {
printf("tilingPatternFill\n");
return OutputDev::tilingPatternFill(A, B, C, D, E, F, G, H, I, J, K, L, M,
N, O, P);
return OutputDev::tilingPatternFill(A, B, C, D, E, F, G, H, I, J, K);
}

bool functionShadedFill(GfxState *A, GfxFunctionShading *B) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/anongit.freedesktop.org/git/poppler/poppler.git
Submodule poppler.git updated from b876a3 to a9662d

0 comments on commit 8365c31

Please sign in to comment.