summaryrefslogtreecommitdiff
path: root/wm/tvtwm/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'wm/tvtwm/patches/patch-ao')
-rw-r--r--wm/tvtwm/patches/patch-ao27
1 files changed, 27 insertions, 0 deletions
diff --git a/wm/tvtwm/patches/patch-ao b/wm/tvtwm/patches/patch-ao
new file mode 100644
index 00000000000..c1b4333975b
--- /dev/null
+++ b/wm/tvtwm/patches/patch-ao
@@ -0,0 +1,27 @@
+$NetBSD: patch-ao,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+Index: menus.h
+===================================================================
+RCS file: /home/siren/src/tvtwm/menus.h,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- menus.h 1999/08/08 05:46:53 1.1.1.1
++++ menus.h 1999/08/08 05:56:53 1.2
+@@ -143,16 +143,5 @@
+ #define COLORMAP_PREV "prev"
+ #define COLORMAP_DEFAULT "default"
+
+-extern void InitTitlebarButtons();
+-extern void InitMenus();
+-extern MenuRoot *NewMenuRoot();
+-extern MenuItem *AddToMenu();
+-extern Bool PopUpMenu();
+-extern MenuRoot *FindMenuRoot();
+-extern Bool AddFuncKey();
+-extern int ExecuteFunction();
+-extern int DeferExecution();
+-extern int Execute();
+-extern void FocusOnRoot();
+
+ #endif /* _MENUS_ */