aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-18 18:27:36 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-19 07:38:45 +0200
commit58efb8f90a8959a6f34bec233eeda2c1cbe138e8 (patch)
tree33bb8b31d3cd3ee153413fcc7b2ebb10113ef66c
parent3674085faede2960581461cf8f40c33ffce85e7c (diff)
wayland backend: remove explicit scale = 1
This is now set correctly in the wlr_output init
-rw-r--r--backend/wayland/output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/wayland/output.c b/backend/wayland/output.c
index 16f9f017..e5079001 100644
--- a/backend/wayland/output.c
+++ b/backend/wayland/output.c
@@ -224,7 +224,6 @@ struct wlr_output *wlr_wl_output_create(struct wlr_backend *_backend) {
wlr_output->width = 640;
wlr_output->height = 480;
- wlr_output->scale = 1;
strncpy(wlr_output->make, "wayland", sizeof(wlr_output->make));
strncpy(wlr_output->model, "wayland", sizeof(wlr_output->model));
snprintf(wlr_output->name, sizeof(wlr_output->name), "WL-%zd",