2004-01-28 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / tui / tui-win.c
index a7d35ce93f48f3d935c15d8efbd6f9e9f1310b9b..fa9f57453b7f02fce97d47acf08aa411ea458488 100644 (file)
@@ -615,7 +615,7 @@ tuiRefreshAll (void)
            }
        }
     }
-  tuiShowLocatorContent ();
+  tui_show_locator_content ();
 }
 
 
@@ -1410,7 +1410,7 @@ _makeVisibleWithNewHeight (TuiWinInfoPtr winInfo)
       if (m_hasLocator (winInfo))
        {
          m_beVisible (locatorWinInfoPtr ());
-         tuiShowLocatorContent ();
+         tui_show_locator_content ();
        }
       break;
     case DATA_WIN:
This page took 0.031789 seconds and 4 git commands to generate.