Made locking/unlocking publically accessible
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -156,10 +156,11 @@ public:
|
|||||||
uint32 GetBytesPerRow(void);
|
uint32 GetBytesPerRow(void);
|
||||||
int32 GetMode(void);
|
int32 GetMode(void);
|
||||||
bool IsCursorObscured(bool state);
|
bool IsCursorObscured(bool state);
|
||||||
|
|
||||||
|
bool Lock(bigtime_t timeout=B_INFINITE_TIMEOUT);
|
||||||
|
void Unlock(void);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool _Lock(bigtime_t timeout=B_INFINITE_TIMEOUT);
|
|
||||||
void _Unlock(void);
|
|
||||||
void _SetDepth(uint8 d);
|
void _SetDepth(uint8 d);
|
||||||
void _SetHeight(uint16 h);
|
void _SetHeight(uint16 h);
|
||||||
void _SetWidth(uint16 w);
|
void _SetWidth(uint16 w);
|
||||||
|
|||||||
Reference in New Issue
Block a user