improve xdg states handling
This commit is contained in:
parent
5088bf8ac2
commit
c50bc3864f
2
view.c
2
view.c
@ -454,7 +454,7 @@ void diyac_view_sync_geo(struct diyac_view *view)
|
||||
{
|
||||
return;
|
||||
}
|
||||
wlr_log(WLR_ERROR, "update fullscreen position");
|
||||
//wlr_log(WLR_ERROR, "update fullscreen position");
|
||||
wlr_scene_node_set_position(&view->scene_tree->node, view->pending_size.x, view->pending_size.y);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user