diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index bc5cc68..ebbcc17 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -112,6 +112,8 @@ struct ivi_compositor { struct weston_layer panel; struct weston_layer popup; struct weston_layer fullscreen; + + struct wl_list child_process_list; }; struct ivi_surface; |