Fixed|Mobile|libappfw: Mutex misuse in desktop build
In the desktop build, the main thread does all the UI processing,including drawing. The root mutex is intended to prevent the renderthread from accessing widgets while their state is changing.
View differences
Fixed|Mobile|libappfw: Mutex misuse in desktop build
In the desktop build, the main thread does all the UI processing,
including drawing. The root mutex is intended to prevent the render
thread from accessing widgets while their state is changing.