diff --git a/headers/private/servers/app/DisplayDriver.h b/headers/private/servers/app/DisplayDriver.h index 01e60978f3..9a9228efde 100644 --- a/headers/private/servers/app/DisplayDriver.h +++ b/headers/private/servers/app/DisplayDriver.h @@ -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);