7cd8c2797d
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.
11 lines
457 B
C
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);
|