fine to return 0 when LayerSurface doesn't have layer
This commit is contained in:
parent
6477942122
commit
cbb2c1e541
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue