Change "win_resized" to bool
authorTom Tromey <tom@tromey.com>
Wed, 24 Jul 2019 21:43:40 +0000 (15:43 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:08 +0000 (13:49 -0600)
commit9abd8a65c1298258c005af3f80bdc4da9726ee05
tree94c716e06fccfeb726d6ca732f02d02b4f57e042
parentb5457826744f08208a4c29addbbc26c7c877c485
Change "win_resized" to bool

This changes the "win_resized" global to be a bool and then updates
the uses.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui.c (tui_enable): Update.
* tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
Update.
* tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
Update.
* tui/tui-data.c (win_resized): Now bool.
(tui_win_resized): Return bool.
(tui_set_win_resized_to): Accept a bool.
gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-data.h
gdb/tui/tui-win.c
gdb/tui/tui.c
This page took 0.049903 seconds and 4 git commands to generate.