mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-08 05:34:22 -04:00
add TODO to types/wlr_output.c
This commit is contained in:
parent
b4998d9c65
commit
b192e45523
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ void wlr_output_set_subpixel(struct wlr_output *output,
|
||||||
wlr_output_schedule_done(output);
|
wlr_output_schedule_done(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: make sure this actually sets the output format
|
||||||
void wlr_output_set_format(struct wlr_output *output,
|
void wlr_output_set_format(struct wlr_output *output,
|
||||||
enum wl_shm_format format) {
|
enum wl_shm_format format) {
|
||||||
if (output->format == format) {
|
if (output->format == format) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue