diff --unified xzip/Makefile xzip.agenda/Makefile --- xzip/Makefile Thu Oct 19 04:48:30 2000 +++ xzip.agenda/Makefile Sun Mar 11 16:54:37 2001 @@ -1,5 +1,5 @@ PROGRAM = xzip - +CC = mipsel-linux-gcc # You MUST define either BIG_END_MODE or LITTLE_END_MODE, by # uncommenting one of the lines below. If you don't know # which is right, try one and see if the program runs right. @@ -60,15 +60,15 @@ #SYSTEMFLAGS = -DBIG_END_MODE # definitions for some arbitrary little-endian system -#SYSTEMFLAGS = -DLITTLE_END_MODE +SYSTEMFLAGS = -DLITTLE_END_MODE # -------------------- # definitions for where the X lib and include directories are. # The following are defaults that might work. -XINCLUDE = /usr/include/X11 -XLIB = /usr/lib/X11 +XINCLUDE = /usr/X11R6/include +XLIB = /usr/mipsel-linux/X11R6/lib # If your compiler can't find these things, try commenting out the # above, and uncommenting various versions below. Also look around @@ -103,25 +103,25 @@ CFLAGS = -O $(SYSTEMFLAGS) -I$(XINCLUDE) LDFLAGS = -LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS) +LIBS = -L$(XLIB) -lX11 -L/usr/mipsel-linux/lib # definitions for the default fonts. Users can override these with X resources. FONTDEF_PLAIN=\ -"-adobe-times-medium-r-normal--14-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-medium-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_BOLD=\ -"-adobe-times-bold-r-normal--14-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_ITALIC=\ -"-adobe-times-medium-i-normal--14-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_BOLDITALIC=\ -"-adobe-times-bold-i-normal--14-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--10-*-*-*-*-*-iso8859-1" FONTDEF_FIXED=\ -"-adobe-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-medium-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_BOLDFIXED=\ -"-adobe-courier-bold-r-normal--12-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_ITALICFIXED=\ -"-adobe-courier-medium-o-normal--12-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--8-*-*-*-*-*-iso8859-1" FONTDEF_BOLDITALICFIXED=\ -"-adobe-courier-bold-o-normal--12-*-*-*-*-*-iso8859-1" +"-adobe-helvetica-bold-r-normal--10-*-*-*-*-*-iso8859-1" FONTDEFAULTLIST = \ -DFND0='$(FONTDEF_PLAIN)' \ diff --unified xzip/xtext.c xzip.agenda/xtext.c --- xzip/xtext.c Sat Jul 11 23:25:07 1998 +++ xzip.agenda/xtext.c Sun Mar 11 16:50:11 2001 @@ -77,7 +77,7 @@ #define collapse_dot() (dotpos += dotlen, dotlen = 0) #define SIDEMARGIN (4) #define BARENDHEIGHT (12) -#define BARWIDTH (17) +#define BARWIDTH (9) #define BAREXTRA (4) static XPoint polydot[3];