This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/gdb-7.9-branch] Really add a prototype for tui_rehighlight_all.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fd8eca92f57b1c6be4e95bf855d942d86adffa2e

commit fd8eca92f57b1c6be4e95bf855d942d86adffa2e
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Fri Jan 16 19:55:40 2015 +0200

    Really add a prototype for tui_rehighlight_all.
    
    (cherry picked from commit 2ef60e94e7d10fb9dd5afaf246b960cb4fdf404e)

Diff:
---
 gdb/tui/tui-win.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/tui/tui-win.h b/gdb/tui/tui-win.h
index 7d77a00..f3c1368 100644
--- a/gdb/tui/tui-win.h
+++ b/gdb/tui/tui-win.h
@@ -35,6 +35,7 @@ extern void tui_scroll (enum tui_scroll_direction,
 extern void tui_set_win_focus_to (struct tui_win_info *);
 extern void tui_resize_all (void);
 extern void tui_refresh_all_win (void);
+extern void tui_rehighlight_all (void);
 
 extern chtype tui_border_ulcorner;
 extern chtype tui_border_urcorner;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]