Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/dl-dvi-program.hh
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@redhat.com>2004-12-22 16:04:45 (GMT)
committer Søren Sandmann Pedersen <ssp@src.gnome.org>2004-12-22 16:04:45 (GMT)
commit08d37ab642e8cb80774a87270fd6a3f9fab783fb (patch)
tree1c05b53c93197c3ae3cf6350aea587f0b30a28b6 /dvi/dvilib/dl-dvi-program.hh
parent08dc4040951ec1e3945e07107d008a4ce7c928c9 (diff)
Auto*ify dvi and dvi/dvilib
Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com> * Makefile.am: * dvi/dvilib/Makefile.am: * dvi/Makefile.am: * configure.ac: Auto*ify dvi and dvi/dvilib * dvi/Makefile: Remove from CVS * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint confusion. * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
Diffstat (limited to 'dvi/dvilib/dl-dvi-program.hh')
-rwxr-xr-xdvi/dvilib/dl-dvi-program.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dvi/dvilib/dl-dvi-program.hh b/dvi/dvilib/dl-dvi-program.hh
index afe5fdb..1424b0a 100755
--- a/dvi/dvilib/dl-dvi-program.hh
+++ b/dvi/dvilib/dl-dvi-program.hh
@@ -77,7 +77,9 @@ namespace DviLib
public:
DviRuleCommand (int h_arg, int w_arg) : h(h_arg), w(w_arg)
{
+#if 0
std::cout << "rule cmd " << h << " " << w << std::endl;
+#endif
}
int get_h (void) const { return h; }
int get_w (void) const { return w; }