Function
Phocutils_is_damaged
[−]
Declaration [src]
gboolean
phoc_utils_is_damaged (
const wlr_box* box,
const pixman_region32_t* damage,
const wlr_box* clip_box,
pixman_region32_t* out_damage
)
[−]
Description
No description available.
This function is not directly available to language bindings.
[−]
Parameters
box
-
Type:
const wlr_box*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. damage
-
Type:
const pixman_region32_t*
No description available.
The data is owned by the caller of the function. clip_box
-
Type:
const wlr_box*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. out_damage
-
Type:
pixman_region32_t*
No description available.
The data is owned by the caller of the function.