freebsd-ports/x11-wm/sawfish/files/patch-sawmill.h
Jeremy Messenger 7cd8c2797d x11-wm/sawfish2 -> x11-wm/sawfish
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.
2006-05-29 06:23:01 +00:00

11 lines
457 B
C

--- src/sawmill.h.orig Mon Jan 13 05:35:23 2003
+++ src/sawmill.h Mon May 8 11:52:40 2006
@@ -153,7 +153,7 @@
/* Frame data */
Window frame;
struct frame_part *frame_parts;
- u_int frame_x, frame_y; /* relative to client-window */
+ int frame_x, frame_y; /* relative to client-window */
u_int frame_width, frame_height;
void (*destroy_frame)(struct lisp_window *w);
void (*focus_change)(struct lisp_window *w);