haiku/headers
Alex Wilson 29ef6eb52d Fix BMenu behaviour/ABI by reinstating BMenu::InvalidateLayout()
It turns out,this is an old method added by Be, and is not really related to BView::InvalidateLayout(bool). In fact BMenu::InvalidateLayout() does something separate, but related to the BView method. I was wrong to delete this method, since it needs to have action taken each time it is called, so moving these actions into LayoutInvalidated() only worked sometimes (when the BView was considered to have a valid layout).

I have added a comment for future hackers so that they don't delete this method.
2011-12-08 14:09:35 -07:00
..
build Attempt to fix the FreeBSD build. We don't really what KernelExport.h defines, 2011-06-14 13:44:07 +00:00
compatibility * Added definitions for n_short, n_long, and n_time as expected on FreeBSD when 2011-07-23 15:41:47 +00:00
config Changed to 64 bit physical addresses for x86. This enabled PAE support. 2010-06-23 16:10:08 +00:00
cpp * Added missing clear() method. 2010-08-05 11:23:01 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
libs Bring BALMLayout in line with changes to BLayout. 2011-10-28 14:16:46 -06:00
os Fix BMenu behaviour/ABI by reinstating BMenu::InvalidateLayout() 2011-12-08 14:09:35 -07:00
posix Add cfmakeraw. Like cf{get/set}{i/o}speed, it iisn't POSIx standard but is used 2011-10-16 16:44:17 +00:00
private Add a BView::LayoutChanged() method, called after layout of this view and children. 2011-11-05 01:03:07 -06:00
tools * Moved everything into the SymbolPatcher namespace. 2009-11-05 17:16:17 +00:00