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
@@ -623,3 +623,15 @@ BCheckBox::operator=(const BCheckBox &)
return *this;
}
#if __GNUC__ == 2
extern "C" void
InvalidateLayout__9BCheckBoxb(BCheckBox* box)
{
box->Perform(PERFORM_CODE_LAYOUT_CHANGED, NULL);
}
#endif