it: test surface input region
This commit is contained in:
parent
221a398abe
commit
9703ba8794
6 changed files with 68 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue