aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/piewm
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-05-31 03:17:27 +0800
committerarved <arved@FreeBSD.org>2007-05-31 03:17:27 +0800
commit1f2d4771deb7dc61ae163193075cccbc5e4f7c5b (patch)
tree11fe4bcc5420d52f58122472c9e4a12ab05b5fff /x11-wm/piewm
parent60951d90a530b3fb59edbff860c759aa89996c95 (diff)
downloadfreebsd-ports-gnome-1f2d4771deb7dc61ae163193075cccbc5e4f7c5b.tar.gz
freebsd-ports-gnome-1f2d4771deb7dc61ae163193075cccbc5e4f7c5b.tar.zst
freebsd-ports-gnome-1f2d4771deb7dc61ae163193075cccbc5e4f7c5b.zip
Fix build with gcc4
Diffstat (limited to 'x11-wm/piewm')
-rw-r--r--x11-wm/piewm/files/patch-icons.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/piewm/files/patch-icons.h b/x11-wm/piewm/files/patch-icons.h
new file mode 100644
index 000000000000..1221d47b337b
--- /dev/null
+++ b/x11-wm/piewm/files/patch-icons.h
@@ -0,0 +1,11 @@
+--- icons.h.orig Wed May 30 21:09:38 2007
++++ icons.h Wed May 30 21:09:45 2007
+@@ -53,7 +53,7 @@
+ void AddIconRegion(char *geom, int grav1, int grav2, int stepx, int stepy);
+ void IconDown (TwmWindow *tmp_win);
+ void IconUp (TwmWindow *tmp_win);
+-void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);
++static void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);
+
+
+