mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
More accurate refresh rates (mHz)
This commit is contained in:
parent
c436e76240
commit
3000b8615f
2 changed files with 19 additions and 7 deletions
|
|
@ -10,8 +10,8 @@ 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
|
||||
uint32_t width, height;
|
||||
uint32_t refresh; // mHz
|
||||
};
|
||||
|
||||
struct wlr_output_impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue