summaryrefslogtreecommitdiff
path: root/wm/tvtwm/patches/patch-au
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
committerwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
commitb48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/tvtwm/patches/patch-au
parenta32b3a56553677e14a448f1a16a11a4a984b3574 (diff)
downloadpkgsrc-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/tvtwm/patches/patch-au')
-rw-r--r--wm/tvtwm/patches/patch-au19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/tvtwm/patches/patch-au b/wm/tvtwm/patches/patch-au
new file mode 100644
index 00000000000..4eecfd2f82d
--- /dev/null
+++ b/wm/tvtwm/patches/patch-au
@@ -0,0 +1,19 @@
+$NetBSD: patch-au,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+Index: screen.h
+===================================================================
+RCS file: /home/siren/src/tvtwm/screen.h,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- screen.h 1999/08/08 05:46:53 1.1.1.1
++++ screen.h 1999/08/08 05:56:57 1.2
+@@ -63,7 +63,7 @@
+ Pixmap pm; /* focus highlight window right end */
+ Pixmap mask; /* shape mask */
+ Bool isXpm; /* is it an Xpm format pixmap? */
+- int height, width; /* cache the size */
++ unsigned int height, width; /* cache the size */
+ } TwmPixmap;
+
+ typedef struct ScreenInfo