diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index ea8138a..9c9a212 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -322,7 +322,7 @@ struct ivi_surface { int32_t x, y; int32_t width, height; } pending; - bool mapped; + bool checked_pending; enum { NORMAL, |