The Haiku Logo is displayed on the Desktop. :-) Of course this will be removed as soon as Tracker runs. If you don't want it, you can disable it in RootLayer.h. Fixed a clipping bug with text rendering.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -93,7 +93,7 @@ class ServerBitmap {
|
||||
inline int32 Height() const
|
||||
{ return fHeight; }
|
||||
|
||||
inline bool InitCheck() const
|
||||
inline bool IsValid() const
|
||||
{ return fInitialized; }
|
||||
|
||||
//! Returns the identifier token for the bitmap
|
||||
|
||||
Reference in New Issue
Block a user