diff options
Diffstat (limited to 'include/damage.h')
-rw-r--r-- | include/damage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/damage.h b/include/damage.h index 7229418..4b10e58 100644 --- a/include/damage.h +++ b/include/damage.h @@ -17,6 +17,7 @@ typedef enum { typedef struct { gsr_egl *egl; + Display *display; bool track_cursor; gsr_damage_track_type track_type; |