[poppler]
poppler/utils: HtmlOutputDev.cc, 1.4, 1.5 HtmlOutputDev.h, 1.1, 1.2
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Mar 19 09:01:07 PST 2006
Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv23053/utils
Modified Files:
HtmlOutputDev.cc HtmlOutputDev.h
Log Message:
fix htmloutputdev
Index: HtmlOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/HtmlOutputDev.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- HtmlOutputDev.cc 23 Jan 2006 15:40:54 -0000 1.4
+++ HtmlOutputDev.cc 19 Mar 2006 17:01:05 -0000 1.5
@@ -1066,7 +1066,7 @@
void HtmlOutputDev::drawChar(GfxState *state, double x, double y,
double dx, double dy,
double originX, double originY,
- CharCode code, Unicode *u, int uLen)
+ CharCode code, int /*nBytes*/, Unicode *u, int uLen)
{
if ( !showHidden && (state->getRender() & 3) == 3) {
return;
Index: HtmlOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/utils/HtmlOutputDev.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- HtmlOutputDev.h 12 Dec 2005 20:15:11 -0000 1.1
+++ HtmlOutputDev.h 19 Mar 2006 17:01:05 -0000 1.2
@@ -247,7 +247,7 @@
virtual void drawChar(GfxState *state, double x, double y,
double dx, double dy,
double originX, double originY,
- CharCode code, Unicode *u, int uLen);
+ CharCode code, int nBytes, Unicode *u, int uLen);
virtual void drawImageMask(GfxState *state, Object *ref,
Stream *str,
More information about the poppler
mailing list