freebsd-ports/x11-toolkits/xview/files/patch-clients+olwm+menu.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

11 lines
372 B
C

--- ./clients/olwm/menu.c.orig Tue Jun 29 07:11:50 1993
+++ ./clients/olwm/menu.c Sat Apr 1 18:26:06 2000
@@ -52,6 +52,8 @@ static int lastX, lastY, minX;
static WinGeneric *prevColorFocusWindow = NULL;
static MenuTrackMode menuTrackMode;
+static Bool isEnabled();
+
/*
* Table of currently active menus.
* REMIND: perhaps this should be dynamically allocated.