From 76ef089f52b20a2def3dd1f8a8564af165050dcb Mon Sep 17 00:00:00 2001
From: Simon Ser <contact@emersion.fr>
Date: Fri, 19 Jul 2019 22:42:37 +0300
Subject: 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.
---
 include/wlr/types/wlr_output.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include/wlr')

diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h
index dff9f4eb..9bc1b67f 100644
--- a/include/wlr/types/wlr_output.h
+++ b/include/wlr/types/wlr_output.h
@@ -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;
-- 
cgit v1.2.3