summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xview-clients/patches/patch-af')
-rw-r--r--x11/xview-clients/patches/patch-af14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/xview-clients/patches/patch-af b/x11/xview-clients/patches/patch-af
index 8a4e3e3373f..9972c920d26 100644
--- a/x11/xview-clients/patches/patch-af
+++ b/x11/xview-clients/patches/patch-af
@@ -1,18 +1,18 @@
-$NetBSD: patch-af,v 1.3 2001/12/28 14:58:02 tron Exp $
+$NetBSD: patch-af,v 1.4 2009/12/10 20:37:36 abs Exp $
---- olwm/menu.c.orig Tue Jun 29 07:11:50 1993
-+++ olwm/menu.c Fri Dec 28 15:55:43 2001
+--- olwm/menu.c.orig 1993-06-29 05:11:50.000000000 +0000
++++ olwm/menu.c
@@ -1,4 +1,3 @@
-#ident "@(#)menu.c 26.76 93/06/28 SMI"
/*
* (c) Copyright 1989 Sun Microsystems, Inc.
-@@ -51,6 +50,8 @@
- static int lastX, lastY, minX;
+@@ -52,6 +51,8 @@ static int lastX, lastY, minX;
static WinGeneric *prevColorFocusWindow = NULL;
static MenuTrackMode menuTrackMode;
-+
-+static Bool isEnabled();
++static Bool isEnabled();
++
/*
* Table of currently active menus.
+ * REMIND: perhaps this should be dynamically allocated.