diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 19:17:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 19:17:27 +0000 |
commit | 37218fa383803da3e42e01554f7514157e0e37f3 (patch) | |
tree | 4fedcd8049b9c6827688dee3d63bb3696a46ef02 /x11-wm | |
parent | 2d0493db9b75a82daf95baaa03cc3f9a5489bc0c (diff) | |
download | ports-37218fa383803da3e42e01554f7514157e0e37f3.tar.gz ports-37218fa383803da3e42e01554f7514157e0e37f3.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/piewm/files/patch-icons.h | 11 |
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); + + + |