pkgsrc/graphics/impress/patches/patch-pstoedit__3.21_src_drvtk.h
2011-11-25 21:57:36 +00:00

13 lines
375 B
C

$NetBSD: patch-pstoedit__3.21_src_drvtk.h,v 1.1 2011/11/25 21:57:36 joerg Exp $
--- pstoedit_3.21/src/drvtk.h.orig 2000-10-03 20:00:50.000000000 +0000
+++ pstoedit_3.21/src/drvtk.h
@@ -48,6 +48,8 @@ private:
void outputEscapedText(const char* string);
#include "drvfuncs.h"
+ virtual void show_image(const Image & imageinfo);
+ int imgcount;
};
#endif