diff options
Diffstat (limited to 'wm/olvwm/patches/patch-aj')
-rw-r--r-- | wm/olvwm/patches/patch-aj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-aj b/wm/olvwm/patches/patch-aj new file mode 100644 index 00000000000..6ba7c83414c --- /dev/null +++ b/wm/olvwm/patches/patch-aj @@ -0,0 +1,15 @@ +$NetBSD: patch-aj,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ + +--- winicon.c.orig Sat Jan 8 00:39:24 2000 ++++ winicon.c Sat Jan 8 00:40:50 2000 +@@ -52,6 +52,10 @@ + * forward-declared functions + ***************************************************************************/ + ++static int heightTopIcon(); ++static int heightBottomIcon(); ++static int widthBothIcon(); ++ + /*************************************************************************** + * private event functions + ***************************************************************************/ |