mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Filled out more wlr_output fields.
This commit is contained in:
parent
d79f578022
commit
632a7acb03
5 changed files with 107 additions and 25 deletions
|
|
@ -34,7 +34,6 @@ struct wlr_output_state {
|
|||
struct wlr_output *wlr_output;
|
||||
enum wlr_drm_output_state state;
|
||||
uint32_t connector;
|
||||
char name[16];
|
||||
|
||||
struct {
|
||||
uint32_t dpms;
|
||||
|
|
|
|||
|
|
@ -22,11 +22,10 @@ struct wlr_output {
|
|||
struct wlr_output_state *state;
|
||||
|
||||
uint32_t flags;
|
||||
char *name;
|
||||
char *make;
|
||||
char *model;
|
||||
char name[16];
|
||||
char make[48];
|
||||
char model[16];
|
||||
uint32_t scale;
|
||||
int32_t x, y;
|
||||
int32_t phys_width, phys_height; // mm
|
||||
int32_t subpixel; // enum wl_output_subpixel
|
||||
int32_t transform; // enum wl_output_transform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue