Function
PhocSurfaceIterator
since: 0
Declaration
void
(* PhocSurfaceIterator) (
PhocOutput* self,
wlr_surface* surface,
wlr_box* box,
float scale,
void* user_data
)
Parameters
self
-
Type:
PhocOutput
No description available.
The data is owned by the caller of the function. surface
-
Type:
wlr_surface*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. box
-
Type:
wlr_box*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. scale
-
Type:
float
No description available.
user_data
-
Type:
void*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.