I must compile before I commit. I must compile before I commit. I must compile before I commit...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-04-13 19:38:25 +00:00
parent 4c90b41029
commit 1f9c8f7df0
1 changed files with 3 additions and 1 deletions

View File

@ -79,14 +79,16 @@ class ServerBitmap {
{ return fBytesPerRow; }
inline uint8 BitsPerPixel() const
{ return fBitsPerPixel }
{ return fBitsPerPixel; }
inline color_space ColorSpace() const
{ return fSpace; }
//! Returns the bitmap's width in pixels per row
inline int32 Width() const
{ return fWidth; }
//! Returns the bitmap's row count
inline int32 Height() const
{ return fHeight; }