Add hidpi support to swaylock

This commit is contained in:
Drew DeVault 2018-04-03 19:15:14 -04:00
parent b7e7794912
commit 46b388995d
3 changed files with 57 additions and 20 deletions

View file

@ -52,6 +52,7 @@ struct swaylock_surface {
struct pool_buffer buffers[2];
struct pool_buffer *current_buffer;
uint32_t width, height;
int32_t scale;
struct wl_list link;
};