Variable Bitmap.width

struct Bitmap
{
  // ...
  size_t width ;
  // ...
}