fine to return 0 when LayerSurface doesn't have layer

This commit is contained in:
dragonn 2022-01-20 19:45:59 +01:00
parent 6477942122
commit cbb2c1e541
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ where
}; };
z_index as u8 z_index as u8
} else { } else {
//TODO: what to do when layersurface doesn't have a layer?
0 0
} }
} }