update comment about client_set_size() as no-op

このコミットが含まれているのは:
Leonardo Hernández Hernández 2022-12-30 14:19:47 -06:00
コミット e523c2b82b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E538897EE11B9624
1個のファイルの変更1行の追加1行の削除

2
dwl.c
ファイルの表示

@ -1875,7 +1875,7 @@ resize(Client *c, struct wlr_box geo, int interact)
wlr_scene_node_set_position(&c->border[2]->node, 0, c->bw);
wlr_scene_node_set_position(&c->border[3]->node, c->geom.width - c->bw, c->bw);
/* wlroots makes this a no-op if size hasn't changed */
/* this is a no-op if size hasn't changed */
c->resize = client_set_size(c, c->geom.width - 2 * c->bw,
c->geom.height - 2 * c->bw);
}