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:
parent
4c90b41029
commit
1f9c8f7df0
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user