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
+12
View File
@@ -897,3 +897,15 @@ void BScrollView::_ReservedScrollView2() {}
void BScrollView::_ReservedScrollView3() {}
void BScrollView::_ReservedScrollView4() {}
#if __GNUC__ == 2
extern "C" void
InvalidateLayout__11BScrollViewb(BScrollView* view)
{
view->Perform(PERFORM_CODE_LAYOUT_CHANGED, NULL);
}
#endif