mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24e3021aa9
Broke up huge patchfile by filename.
21 lines
596 B
Plaintext
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();
|