got rid of the tty_name global

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19441 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-12-07 11:23:31 +00:00
parent 4d5d5756b4
commit b19041249d
8 changed files with 49 additions and 43 deletions
+1
View File
@@ -2342,6 +2342,7 @@ TermView::GetSelection(BString &str)
fTextBuffer->GetStringFromRegion(str);
}
// Send DrawRect data to Draw Engine thread.
inline void
TermView::SendDataToDrawEngine(int x1, int y1, int x2, int y2)