smagt@fwi.uva.nl (Patrick van der Smagt) (03/12/91)
This is the ed script; execute it as "sh<script". Hope this one is correct; otherwise, do it manually with previous message. Patrick van der Smagt ------------------------------cut here-------------------------------------- cp src/xgi/Makefile src/xgi/Makefile.R3 ed - src/xgi/Makefile << '-*-END-*-' 19c FLAGS = $(CFLAGS) -I$(IDIR) -I$(XINCROOT) . w q -*-END-*- cp src/xgi/control_panel.c src/xgi/control_panel.c.R3 ed - src/xgi/control_panel.c << '-*-END-*-' 743c namepopup = XtCreatePopupShell("RCS HELP",transientShellWidgetClass, . 434c gi_layout_panel = XtCreatePopupShell("LAYOUT",transientShellWidgetClass, . w q -*-END-*- cp src/xgi/display_panel.c src/xgi/display_panel.c.R3 ed - src/xgi/display_panel.c << '-*-END-*-' 983c /* change the cursor on the graphics panel to a crosshair */ . 981d 978c /* the next two statements depend on the internals of VPaned.c */ . 955a a[0].value = (XtArgVal) 100; . 934c ipanel->popup = XtCreatePopupShell("display_shell",transientShellWidgetClass, . 875,876c {XtNheight, (XtArgVal) 0 }, . 47,48c #include <X11/VPanedP.h> . w q -*-END-*- cp src/xgi/info_panel.c src/xgi/info_panel.c.R3 ed - src/xgi/info_panel.c << '-*-END-*-' 314a ForceBuildLineTable(ip->text); /* grepped from X11/lib/Xaw/Text.c */ . 191c ipanel->popup = XtCreatePopupShell("info_shell",transientShellWidgetClass, . w q -*-END-*- cp bin/makesim-dist bin/makesim-dist.R3 ed - bin/makesim-dist << -*-END-*-' 511c gflag=" -lm -L$xusrlibdir -lXaw -lXmu -lXt -lX11" . 233,236c -*-END-*- .