diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 19:45:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 19:45:07 +0000 |
commit | 8e2fb9f31d451449086f63005a4608747c0025e6 (patch) | |
tree | c8f4967b39cbb54db8e18721970221c1db6bab4f /x11-wm/afterstep/files/patch-icons.c | |
parent | update shotwell to 0.30.9 (diff) |
- fix warnings
Notes
Notes:
svn path=/head/; revision=533977
Diffstat (limited to 'x11-wm/afterstep/files/patch-icons.c')
-rw-r--r-- | x11-wm/afterstep/files/patch-icons.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-wm/afterstep/files/patch-icons.c b/x11-wm/afterstep/files/patch-icons.c index bf1f15a3b422..c7e22a0cf223 100644 --- a/x11-wm/afterstep/files/patch-icons.c +++ b/x11-wm/afterstep/files/patch-icons.c @@ -1,6 +1,15 @@ --- afterstep/icons.c.orig 1997-03-21 00:09:21 UTC +++ afterstep/icons.c -@@ -779,10 +779,12 @@ void Iconify(ASWindow *tmp_win, int def_ +@@ -10,7 +10,7 @@ + * + * Modifications: Copyright 1995 Bo Yang. No further restrictions, + * as long as this copyright notice is preserved. +- * ++ */ + /*********************************************************************** + * + * afterstep icon code +@@ -779,10 +779,12 @@ void Iconify(ASWindow *tmp_win, int def_x, int def_y) } } |