mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Changed to signed
This commit is contained in:
parent
eac603bfdf
commit
409065ba2e
2 changed files with 5 additions and 5 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
|
||||
uint32_t width, height;
|
||||
uint32_t refresh; // mHz
|
||||
int32_t width, height;
|
||||
int32_t refresh; // mHz
|
||||
};
|
||||
|
||||
struct wlr_output_impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue