Initial testing on hidpi clients

This commit is contained in:
Drew DeVault 2016-09-05 10:32:21 -04:00
parent 0913eff915
commit 61184e3208
4 changed files with 6 additions and 2 deletions

View file

@ -34,6 +34,7 @@ struct output_state {
struct wl_output *output;
uint32_t flags;
uint32_t width, height;
uint32_t scale;
};
struct xkb {