Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: contrib: clients/xpref Summary: xpref is missing an Imakefile and contains R2 code Message-ID: <16555@lll-winken.LLNL.GOV> Date: 13 Jan 89 04:27:18 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 36 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