[comp.windows.x] contrib: clients/xpref

casey@lll-crg.llnl.gov (Casey Leedom) (01/13/89)

       INCLUDES = -I$(TOP)
LOCAL_LIBRARIES = $(XAWLIB) $(XTOOLLIB) $(XMULIB) $(XLIB)
  SYS_LIBRARIES = -lm

           SRCS = main.c top_shell.c top_form.c bell_form.c key_form.c \
		mouse_form.c screen_form.c toggle.c slider.c layo.c \
		xchange.c xget.c fix_widths.c quit_button.c
           OBJS = main.o top_shell.o top_form.o bell_form.o key_form.o \
		mouse_form.o screen_form.o toggle.o slider.o layo.o \
		xchange.o xget.o fix_widths.o quit_button.o

ComplexProgramTarget(xpref)

*** clients/xpref/slider.c-dist	Fri Dec 30 20:12:13 1988
--- clients/xpref/slider.c	Fri Dec 30 20:09:49 1988
***************
*** 9,14 ****
--- 9,15 ----
  # include "globs.h"
  # include "layo.h"
  
+ #ifdef notdef
  /* BUG */
  typedef struct {
  	int	firstPos;
***************
*** 17,22 ****
--- 18,24 ----
  	Atom	format;
  } XtTextBlock, *XtTextBlockPtr;
  /* END BUG */
+ #endif notdef
  
  # define SLIDER_WIDTH	50
  # define TEXT_LEN	6