diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
commit | b48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch) | |
tree | 0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/tvtwm/patches/patch-ao | |
parent | a32b3a56553677e14a448f1a16a11a4a984b3574 (diff) | |
download | pkgsrc-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-ao')
-rw-r--r-- | wm/tvtwm/patches/patch-ao | 27 |
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_ */ |