mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Refactor out wlr_output_mode_state
This commit is contained in:
parent
f11b38f97a
commit
c8c6619146
3 changed files with 13 additions and 16 deletions
|
|
@ -4,10 +4,7 @@
|
|||
#include <wlr/util/list.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct wlr_output_mode_state;
|
||||
|
||||
struct wlr_output_mode {
|
||||
struct wlr_output_mode_state *state;
|
||||
uint32_t flags; // enum wl_output_mode
|
||||
int32_t width, height;
|
||||
int32_t refresh; // mHz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue