docs: update comments for wlr_output API changes

The old wlr_output_{commit,test}() functions are still mentioned in
multiple places.
This commit is contained in:
Isaac Freund 2024-07-15 14:10:15 +02:00 committed by Simon Zeni
parent 2a8a23c467
commit 7550e483ae
4 changed files with 16 additions and 15 deletions

View file

@ -87,7 +87,7 @@ static void output_handle_frame(struct wl_listener *listener, void *data) {
layers_arr.size / sizeof(struct wlr_output_layer_state));
if (!wlr_output_test_state(output->wlr_output, &output_state)) {
wlr_log(WLR_ERROR, "wlr_output_test() failed");
wlr_log(WLR_ERROR, "wlr_output_test_state() failed");
return;
}