1
0
Fork 0
forked from wry/wry

it: test surface input region

This commit is contained in:
Julian Orth 2024-04-02 18:18:15 +02:00
parent 221a398abe
commit 9703ba8794
6 changed files with 68 additions and 2 deletions

View file

@ -1019,6 +1019,7 @@ impl WlSurface {
{
if let Some(region) = pending.input_region.take() {
self.input_region.set(region);
self.client.state.tree_changed();
}
if let Some(region) = pending.opaque_region.take() {
self.opaque_region.set(region);