1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/xloadface/files/patch-06
David E. O'Brien 24e3021aa9 Author fixed a path bug.
Broke up huge patchfile by filename.
1996-12-06 23:02:15 +00:00

21 lines
596 B
Plaintext

--- widgets.c.orig Tue Feb 18 18:06:34 1992
+++ widgets.c Fri Dec 6 14:27:45 1996
@@ -224,7 +224,7 @@
/***** Popup Info *****/
PopupInfo = XtCreatePopupShell("PopupInfo",transientShellWidgetClass,
- Toplevel,NULL,NULL);
+ Toplevel,NULL,0);
PopupPane = mkWidget("InfoPane",arrangeBoxWidgetClass,PopupInfo,
AiNvertNum, 1,
AiNresizeParent, True,
@@ -236,7 +236,7 @@
/***** Popup Help *****/
helpScreen = XtCreatePopupShell("Help",transientShellWidgetClass,
- Toplevel,NULL,NULL);
+ Toplevel,NULL,0);
addFaces();
adjustWindowSize();