output: initial support for output scaling

* Not updated run-time; only scale at start up used
* Multiple monitors (outputs) not supported, as we can't track which
  output we're on (yet).
This commit is contained in:
Daniel Eklöf 2019-08-12 21:22:38 +02:00
parent c6640adde3
commit 74f723e0cf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 156 additions and 6 deletions

View file

@ -60,6 +60,7 @@ wl_proto_src = []
foreach prot : [
#'external/wlr-layer-shell-unstable-v1.xml',
wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml',
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml',
wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml',
#wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml']
]