[haiku-commits] Re: haiku: hrev43773 - in src: apps/activitymonitor kits/interface

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Feb 2012 18:28:06 -0500

On Wed, Feb 22, 2012 at 7:12 PM,  <stpere@xxxxxxxxx> wrote:
> +private:
> +                       bool                            fCachedOutline;
> +                       int32                           fCachedWorkspace;
> +                       BMessage                        fBackgroundInfo;
> +
>  };
>
>  extern BControlLook* be_control_look;

FYI, this change breaks binary compatibility with existing
Haiku-native apps by virtue of changing the size of BControlLook.
Since the class is still considered experimental that's not
necessarily a problem, but it does mean we'd have to rebuild all
packages that reference it. This is the cause of ticket #8355 and
potentially some other random crashes.

Regards,

Rene

Other related posts: