[haiku-commits] Re: r39462 - in haiku/trunk: headers/os/app headers/private/app src/kits/app

  • From: "Clemens Zeidler" <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 18 Nov 2010 09:33:59 +1300

Am 17.11.2010, 20:45 Uhr, schrieb Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>:


2010/11/17  <clemens.zeidler@xxxxxxxxxxxxxx>:

-                       uint32                          _reserved[12];
+                       uint32                          _reserved[11];

+ uint32 fHasBeenRestored;

Why not a boolean ?

is bool 32 bit in size? thought it is only one bit and was not sure how to keep the class size constant in this case...

Other related posts: