[haiku-commits] Re: haiku: hrev43526 - src/kits/interface

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 19 Dec 2011 08:25:08 -0500

On Mon, Dec 19, 2011 at 12:39 AM, Alex Wilson <yourpalal2@xxxxxxxxx> wrote:
> Hi Rene, thanks for cleaning up my mess ;) The InvalidateLayout() method was
> actually replaced with LayoutInvalidated(), so these changes aren't quite
> right. Instead, it should be
>
> extern "C" void
> InvalidateLayout__4BClassb(BClass* class, bool descendants)
> {
>        perform_data_layout_invalidated data; data.descendants = descendants;
>
>        class->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
> }
>

Thanks! Will have those fixed shortly.

Regards,

Rene

Other related posts: