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:
@@ -79,14 +79,16 @@ class ServerBitmap {
|
|||||||
{ return fBytesPerRow; }
|
{ return fBytesPerRow; }
|
||||||
|
|
||||||
inline uint8 BitsPerPixel() const
|
inline uint8 BitsPerPixel() const
|
||||||
{ return fBitsPerPixel }
|
{ return fBitsPerPixel; }
|
||||||
|
|
||||||
inline color_space ColorSpace() const
|
inline color_space ColorSpace() const
|
||||||
{ return fSpace; }
|
{ return fSpace; }
|
||||||
|
|
||||||
|
//! Returns the bitmap's width in pixels per row
|
||||||
inline int32 Width() const
|
inline int32 Width() const
|
||||||
{ return fWidth; }
|
{ return fWidth; }
|
||||||
|
|
||||||
|
//! Returns the bitmap's row count
|
||||||
inline int32 Height() const
|
inline int32 Height() const
|
||||||
{ return fHeight; }
|
{ return fHeight; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user