rootston: damage tracking scale support

This commit is contained in:
emersion 2018-01-25 19:15:20 +01:00
parent 3f96427d08
commit 4223fbc763
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 45 additions and 3 deletions

View file

@ -3,6 +3,8 @@ lib_wlr_util = static_library(
files(
'log.c',
'os-compatibility.c',
'region.c',
),
include_directories: wlr_inc,
dependencies: [pixman],
)