wl_surface_listener.enter

surface enters an output

This is emitted whenever a surface's creation, movement, or resizing results in some part of it being within the scanout region of an output.

Note that a surface may be overlapping with zero or more outputs.

struct wl_surface_listener
void function(void* data, wl_surface* wl_surface, wl_output* output) enter;

Meta