]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove some defines from tui-data.h
authorTom Tromey <tom@tromey.com>
Sun, 14 Jul 2019 00:30:53 +0000 (18:30 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Aug 2019 22:45:50 +0000 (16:45 -0600)
commit072272ce055b0234ee9622a80d217f9d1f8083b3
tree930fa1407e1588b15f778cf27e26da2c80ce72d1
parent973961bda3cdf79e4c0768a5a5fd4eb6ab4acad2
Remove some defines from tui-data.h

This removes the HILITE and NO_HILITE defines from tui-data.h, in
favor of simply passing a bool to box_win.

2019-08-20  Tom Tromey  <tom@tromey.com>

* tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
(tui_unhighlight_win, tui_highlight_win)
(tui_win_info::make_window): Update.
* tui/tui-data.h (HILITE, NO_HILITE): Remove.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-wingeneral.c