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

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);
}