summaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish/files/patch-sawmill.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/sawfish/files/patch-sawmill.h')
-rw-r--r--x11-wm/sawfish/files/patch-sawmill.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/patch-sawmill.h b/x11-wm/sawfish/files/patch-sawmill.h
new file mode 100644
index 000000000..6c044e363
--- /dev/null
+++ b/x11-wm/sawfish/files/patch-sawmill.h
@@ -0,0 +1,11 @@
+--- 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);