Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!helios.ee.lbl.gov!epb5!envbvs From: envbvs@epb5.lbl.gov (Brian V. Smith) Newsgroups: comp.windows.x Subject: Re: Twm fix/improvement enclosed Summary: one small omission Message-ID: <2104@helios.ee.lbl.gov> Date: 14 Mar 89 06:13:21 GMT References: <12269@watdragon.waterloo.edu> Sender: usenet@helios.ee.lbl.gov Reply-To: bvsmith@lbl.gov (Brian V. Smith) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 19 In article 6618, Tim Bray enclosed some fixes for twm. He left out one small thing: the definition in gram.h of START_ICONIFIED. Here is the diff -c for that file, suitable for running through patch: *** gram.h.orig Mon Mar 13 21:47:19 1989 --- gram.h Mon Mar 13 21:45:10 1989 *************** *** 106,109 # define F_FUNCTION 355 # define BORDER_TILE_FOREGROUND 356 # define BORDER_TILE_BACKGROUND 357 ! # define STRING 358 --- 106,110 ----- # define F_FUNCTION 355 # define BORDER_TILE_FOREGROUND 356 # define BORDER_TILE_BACKGROUND 357 ! # define START_ICONIFIED 358 ! # define STRING 359