mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Initial testing on hidpi clients
This commit is contained in:
parent
0913eff915
commit
61184e3208
4 changed files with 6 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ struct output_state {
|
|||
struct wl_output *output;
|
||||
uint32_t flags;
|
||||
uint32_t width, height;
|
||||
uint32_t scale;
|
||||
};
|
||||
|
||||
struct xkb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue