diff options
author | emersion <contact@emersion.fr> | 2018-01-18 19:47:21 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-18 19:47:21 +0100 |
commit | bde255933eb4cd2bab2d310725ab5de39467b900 (patch) | |
tree | 31bed920da923b9a701eb0e2fb8a66d19f7ecb92 /xcursor | |
parent | baa17ec7553311af9dbeafec91ad47e62738acde (diff) |
output: add wlr_output::damage, fixes #572
Diffstat (limited to 'xcursor')
-rw-r--r-- | xcursor/wlr_xcursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xcursor/wlr_xcursor.c b/xcursor/wlr_xcursor.c index b1678223..2d1a38b5 100644 --- a/xcursor/wlr_xcursor.c +++ b/xcursor/wlr_xcursor.c @@ -24,7 +24,6 @@ */ #define _XOPEN_SOURCE 500 -#include <wlr/render.h> #include <wlr/xcursor.h> #include <wlr/util/log.h> #include <stdio.h> |