mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
added default case to handle new node variant err
This commit is contained in:
parent
5bbe6c5c1a
commit
a4e4d4c88e
1 changed files with 4 additions and 1 deletions
|
|
@ -200,6 +200,9 @@ static bool scene_node_snapshot(struct wlr_scene_node *node, int lx, int ly,
|
|||
}
|
||||
case WLR_SCENE_NODE_OPTIMIZED_BLUR:
|
||||
return true;
|
||||
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
|
||||
if (snapshot_node != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue