Add compatibility symbols for removed LayoutChanged() calls.

This commit is contained in:
Rene Gollent
2011-12-18 15:34:44 -05:00
parent 45e71a9ea6
commit 466f2b8f99
8 changed files with 95 additions and 0 deletions
+11
View File
@@ -1481,3 +1481,14 @@ BTextControl::TextViewLayoutItem::Instantiate(BMessage* from)
}
#if __GNUC__ == 2
extern "C" void
InvalidateLayout__12BTextControlb(BView* view)
{
view->Perform(PERFORM_CODE_LAYOUT_CHANGED, NULL);
}
#endif