vioken / waylib

A wrapper for wlroots based on Qt
46 stars 23 forks source link

feat: supports freezing surface #397

Closed asterwyx closed 3 months ago

asterwyx commented 3 months ago

Add property live, if contentItem is WSurfaceItemContent, setting live to false will not notify client to draw the next frame. In other cases, this property will not take effect. And will always return true(delegate) or false(no contentItem).

Log: add property live to support freezing surface.