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 e89d215..424f126 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -264,7 +264,7 @@ struct ivi_surface { int32_t x, y; int32_t width, height; } pending; - bool activated_by_default; + bool mapped; bool advertised_on_launch; bool checked_pending; |