mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24e3021aa9
Broke up huge patchfile by filename.
10 lines
394 B
Plaintext
10 lines
394 B
Plaintext
--- MachineInfo.c.orig Mon Apr 22 18:44:26 1991
|
|
+++ MachineInfo.c Fri Dec 6 14:27:44 1996
|
|
@@ -295,5 +295,5 @@
|
|
LINE_SKIP(w->machine_info.title_font)+
|
|
LINE_SKIP(w->machine_info.load_info_font)*3+
|
|
LINE_SKIP(w->machine_info.user_info_font)*nusers(wd);
|
|
- XtResizeWidget(w, w->core.width, h, w->core.border_width);
|
|
+ XtResizeWidget((Widget)w, w->core.width, h, w->core.border_width);
|
|
}
|