projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32318a5
)
compositor: add a doc note for weston_view::parent_view
author
Pekka Paalanen
<pekka.paalanen@collabora.co.uk>
Wed, 18 Feb 2015 14:06:46 +0000
(16:06 +0200)
committer
Pekka Paalanen
<pekka.paalanen@collabora.co.uk>
Tue, 24 Feb 2015 07:44:20 +0000
(09:44 +0200)
It is used by sub-surfaces only, for fetching the root view's
weston_layer.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-By: Giulio Camuffo <giuliocamuffo@gmail.com>
src/compositor.h
patch
|
blob
|
history
diff --git
a/src/compositor.h
b/src/compositor.h
index
47b6036
..
a90ede6
100644
(file)
--- a/
src/compositor.h
+++ b/
src/compositor.h
@@
-759,6
+759,8
@@
struct weston_view {
struct wl_list link;
struct weston_layer_entry layer_link;
struct weston_plane *plane;
+
+ /* For weston_layer inheritance from another view */
struct weston_view *parent_view;
pixman_region32_t clip; /* See weston_view_damage_below() */