pkgsrc/wm/tvtwm/patches/patch-af
wiz b48aa2febf 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.
2000-12-12 02:03:46 +00:00

19 lines
494 B
Text

$NetBSD: patch-af,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
Index: cursor.c
===================================================================
RCS file: /home/siren/src/tvtwm/cursor.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- cursor.c 1999/08/08 05:46:53 1.1.1.1
+++ cursor.c 1999/08/08 05:56:48 1.2
@@ -208,7 +208,7 @@
return bm;
}
-NewBitmapCursor(cp, source, mask)
+void NewBitmapCursor(cp, source, mask)
Cursor *cp;
char *source, *mask;
{