]> granicus.if.org Git - nethack/commit
groundwork for window port interface change to add_menu
authornhmall <nhmall@nethack.org>
Sun, 22 Dec 2019 23:28:24 +0000 (18:28 -0500)
committernhmall <nhmall@nethack.org>
Sun, 22 Dec 2019 23:28:24 +0000 (18:28 -0500)
commit308943aea44d31b5b46afac1ed2a81528acbdcb2
tree299344289a516358f90791b139633b25cdfae1ef
parent0f1284f0682afe0e23b9b036ba5070c6a5c240d4
groundwork for window port interface change to add_menu

groundwork only - window port interface change

This changes the last parameter for add_menu() from a boolean
to an unsigned int, to allow additional itemflags in future
beyond just the "preselected" that the original boolean offered.

There shouldn't be any functionality changes with this groundwork-only
change, and if there are it is unintentional and should be reported.
54 files changed:
doc/window.doc
include/hack.h
include/macwin.h
include/winX.h
include/wincurs.h
include/wingem.h
include/winprocs.h
include/wintty.h
include/wintype.h
src/apply.c
src/artifact.c
src/botl.c
src/cmd.c
src/do_name.c
src/dungeon.c
src/end.c
src/invent.c
src/nhlua.c
src/o_init.c
src/options.c
src/pager.c
src/pickup.c
src/restore.c
src/role.c
src/spell.c
src/teleport.c
src/weapon.c
src/windows.c
sys/amiga/winami.c
sys/amiga/winami.p
sys/amiga/winmenu.c
sys/amiga/winproto.h
sys/mac/macwin.c
sys/wince/mhmsg.h
sys/wince/mswproc.c
sys/wince/winMS.h
win/Qt/qt_bind.cpp
win/Qt/qt_bind.h
win/Qt3/qt3_win.cpp
win/Qt3/qt3_win.h
win/chain/wc_chainin.c
win/chain/wc_chainout.c
win/chain/wc_trace.c
win/curses/cursinit.c
win/curses/cursmain.c
win/curses/cursmesg.c
win/gem/wingem.c
win/gnome/gnbind.c
win/share/safeproc.c
win/tty/wintty.c
win/win32/mhmenu.c
win/win32/mhmsg.h
win/win32/mswproc.c
win/win32/winMS.h