mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
subcompositor: Clarify comment on subsurface mapped consideration
This commit is contained in:
parent
e0b2bf2a6b
commit
84aee1d708
1 changed files with 2 additions and 1 deletions
|
@ -187,7 +187,8 @@ static const struct wl_subsurface_interface subsurface_implementation = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if this subsurface needs to be marked as mapped. This can happen if:
|
* Checks if this subsurface needs to be marked as mapped. The subsurface
|
||||||
|
* is considered mapped if both:
|
||||||
* - The subsurface has a buffer
|
* - The subsurface has a buffer
|
||||||
* - Its parent is mapped
|
* - Its parent is mapped
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue