diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-03 19:15:14 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-04 18:47:48 -0400 |
commit | 46b388995d7d50a39d13fce9417e2ad0d2cf749f (patch) | |
tree | b675d26dbb554c9aef25839cf3f09cf82f6f9b92 /include/swaylock/swaylock.h | |
parent | b7e779491232b825f6edc0b199e7564e93f1e332 (diff) |
Add hidpi support to swaylock
Diffstat (limited to 'include/swaylock/swaylock.h')
-rw-r--r-- | include/swaylock/swaylock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 06c94ead..173e8b12 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -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; }; |