Move can_box to tui_gen_win_info
authorTom Tromey <tom@tromey.com>
Wed, 6 Nov 2019 00:12:04 +0000 (17:12 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 11 Dec 2019 22:49:00 +0000 (15:49 -0700)
commit1431937bee66d6a36c377156d07856f6e469e552
tree8faf32e50891723f541fbbe3f7f7f5726ef8dcc5
parentc8ec2f433c54dae7746db144a872da6f808e5d73
Move can_box to tui_gen_win_info

This moves the can_box method to tui_gen_win_info, so that it will be
available on the tui_locator_window class.  This will be used in a
subsequent patch.

gdb/ChangeLog
2019-12-11  Tom Tromey  <tom@tromey.com>

* tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
(struct tui_win_info) <can_box>: Update.

Change-Id: Idfa58af41341607932d3c39415f6a35ee9b5d3dc
gdb/ChangeLog
gdb/tui/tui-data.h
This page took 0.025057 seconds and 4 git commands to generate.