mirror of
https://review.haiku-os.org/haiku
synced 2025-02-11 16:19:28 +01:00
* The assert in the Workspace constructor was definitely for the wrong lock. One should be holding the all window lock either in read or write mode. The Desktop message loop lock should be unrelated. * Added boolean to the constructor which controls the assert. * Added documentation to Workspace class, since it's not at all obvious how this is intended to be used. * Fixed ServerApp to lock the Desktop correctly when using Workspace desktop colors.