diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
commit | b48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch) | |
tree | 0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/olvwm/patches/patch-ai | |
parent | a32b3a56553677e14a448f1a16a11a4a984b3574 (diff) | |
download | pkgsrc-b48aa2febfd565b99592854d7cbeaa9c59ec76e9.tar.gz |
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/olvwm/patches/patch-ai')
-rw-r--r-- | wm/olvwm/patches/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ai b/wm/olvwm/patches/patch-ai new file mode 100644 index 00000000000..7c616f0aed3 --- /dev/null +++ b/wm/olvwm/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ + +--- winframe.c.orig Sat Jan 8 00:38:12 2000 ++++ winframe.c Sat Jan 8 00:38:49 2000 +@@ -84,6 +84,7 @@ + static void setIMStatusText(); + #endif + static void updateResizePositions(); ++static int headerHeight(); + + /*************************************************************************** + * sizing and decoration positioning functions |