diff --git a/view.c b/view.c index f4691ba..4e88f49 100644 --- a/view.c +++ b/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); } }