[Pkg-wmaker-commits] [wmbiff] 13/84: oops, didn't really want to release with the crazy font stuff quite yet

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.

commit db2bf43f2e1b21e670d6be2e565b413f6be16c9d
Author: bluehal <bluehal>
Date:   Sat Jun 1 17:58:52 2002 +0000

    oops, didn't really want to release with the crazy font stuff quite yet
---
 configure.in    | 2 +-
 wmbiff/wmbiff.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.in b/configure.in
index 0a4c28e..9301c67 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ dnl  version
 
 AC_INIT(configure.in)
 AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE(wmbiff, 0.4.1)
+AM_INIT_AUTOMAKE(wmbiff, 0.4.2)
 dnl AUTOHEADER="$AUTOHEADER -l \\\\\\\$\(srcdir)/autoconf"
 AM_CONFIG_HEADER(config.h)
 AC_SUBST(VERSION)
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index d69f5f1..e77a1dc 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.26 2002/06/01 06:01:43 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.27 2002/06/01 17:58:52 bluehal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -506,7 +506,7 @@ static void BlitString(const char *name, int x, int y, int new)
 {
 	int i, c, k = x;
 
-#if 0
+#if USE_FONTS
 	/* an alternate behavior - draw the string using a font
 	   instead of the pixmap.  should allow pretty colors */
 	drawString(x, y + CHAR_HEIGHT, name, new ? "yellow" : "cyan", 0);
@@ -547,7 +547,7 @@ void BlitNum(int num, int x, int y, int new)
 
 	sprintf(buf, "%02i", num);
 
-#if 1
+#if USE_FONTS
 	drawString(x + (CHAR_WIDTH * 2 + 4), y + CHAR_HEIGHT, buf,
 			   new ? "yellow" : "cyan", 1);
 #else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list