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:
parent
a5b449ce66
commit
e81c16a881
@ -156,10 +156,11 @@ public:
|
||||
uint32 GetBytesPerRow(void);
|
||||
int32 GetMode(void);
|
||||
bool IsCursorObscured(bool state);
|
||||
|
||||
bool Lock(bigtime_t timeout=B_INFINITE_TIMEOUT);
|
||||
void Unlock(void);
|
||||
|
||||
protected:
|
||||
bool _Lock(bigtime_t timeout=B_INFINITE_TIMEOUT);
|
||||
void _Unlock(void);
|
||||
void _SetDepth(uint8 d);
|
||||
void _SetHeight(uint16 h);
|
||||
void _SetWidth(uint16 w);
|
||||
|
Loading…
x
Reference in New Issue
Block a user