2005-05-27 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index 3a7fb3390b0aee26ffa0fd828ade03f04a0c3b20..4503be7ed919e5c08df5ebc76dd511aa970a5c85 100644 (file)
@@ -552,7 +552,7 @@ tui_is_window_visible (enum tui_win_type type)
 }
 
 int
-tui_get_command_dimension (int *width, int *height)
+tui_get_command_dimension (unsigned int *width, unsigned int *height)
 {
   if (!tui_active || (TUI_CMD_WIN == NULL))
     {
This page took 0.032765 seconds and 4 git commands to generate.