Remove tui_show_disassem
[deliverable/binutils-gdb.git] / gdb / tui / tui-wingeneral.c
index b92f203b3b2f73e8c7e7320783d08075e23be224..17be3e23e9a6430b34b3c1180a66939ce829e6dd 100644 (file)
@@ -131,7 +131,7 @@ tui_win_info::check_and_display_highlight_if_needed ()
 void
 tui_gen_win_info::make_window ()
 {
-  handle.reset (newwin (height, width, origin.y, origin.x));
+  handle.reset (newwin (height, width, y, x));
   if (handle != NULL)
     scrollok (handle.get (), TRUE);
 }
This page took 0.024207 seconds and 4 git commands to generate.