mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Add hidpi support to swaylock
This commit is contained in:
parent
b7e7794912
commit
46b388995d
3 changed files with 57 additions and 20 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue