]> git.mdlowis.com Git - proto/labwc.git/commit
session-lock: fix flashing screen when the session is locked
authortokyo4j <hrak1529@gmail.com>
Wed, 29 May 2024 15:29:59 +0000 (00:29 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Fri, 31 May 2024 02:21:29 +0000 (11:21 +0900)
commit9e5ea88c7005ab25d2e7b4cbd1fd80e265db9091
tree88cbdc04d61491119dad07de11401ade3eb95d2c
parenta39c8afc10d085a3f088478fa95b2ce9b981ab73
session-lock: fix flashing screen when the session is locked

The protocol says screen should be filled with opaque color when the
session is locked, but it allows some delay to wait for the session-lock
client to offer surfaces.

With this commit, filling the sceen with opaque color is delayed by 100ms.
src/session-lock.c