diff options
Diffstat (limited to 'src/compositor.h')
-rw-r--r-- | src/compositor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor.h b/src/compositor.h index 203c2fd2..a07b51a2 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -968,7 +968,7 @@ struct weston_surface { /* Not for long-term storage. This exists for book-keeping while * iterating over surfaces and views */ - int32_t touched; + bool touched; void *renderer_state; |