mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
Whoops
Regards to @Cloudef
This commit is contained in:
parent
b7f4607544
commit
232940f813
|
@ -74,7 +74,7 @@ swayc_t *new_output(wlc_handle handle) {
|
||||||
if (oc && oc->width != -1 && oc->height != -1) {
|
if (oc && oc->width != -1 && oc->height != -1) {
|
||||||
output->width = oc->width;
|
output->width = oc->width;
|
||||||
output->height = oc->height;
|
output->height = oc->height;
|
||||||
struct wlc_size new_size = { .w = oc->width, .h = oc->width };
|
struct wlc_size new_size = { .w = oc->width, .h = oc->height };
|
||||||
wlc_output_set_resolution(handle, &new_size);
|
wlc_output_set_resolution(handle, &new_size);
|
||||||
} else {
|
} else {
|
||||||
output->width = size->w;
|
output->width = size->w;
|
||||||
|
|
Loading…
Reference in a new issue