mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Update hidpi support to latest wlc API
This commit is contained in:
parent
6ea02f3064
commit
11e7ca044c
7 changed files with 22 additions and 13 deletions
|
|
@ -103,7 +103,7 @@ static void update_root_geometry() {
|
|||
|
||||
swayc_t *new_output(wlc_handle handle) {
|
||||
struct wlc_size size;
|
||||
wlc_output_get_scaled_size(handle, &size);
|
||||
output_get_scaled_size(handle, &size);
|
||||
const char *name = wlc_output_get_name(handle);
|
||||
// Find current outputs to see if this already exists
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue