mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
output: drop wlr_output_mode.flags
AFAIK this was always set to zero. Instead, compute wl_output mode flags on the fly. Technically this is a breaking change, but I don't think anybody uses this field.
This commit is contained in:
parent
bb05617414
commit
76ef089f52
2 changed files with 10 additions and 5 deletions
|
|
@ -18,7 +18,6 @@
|
|||
#include <wlr/types/wlr_buffer.h>
|
||||
|
||||
struct wlr_output_mode {
|
||||
uint32_t flags; // enum wl_output_mode
|
||||
int32_t width, height;
|
||||
int32_t refresh; // mHz
|
||||
bool preferred;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue