Skip to content

zwp_fullscreen_shell_mode_feedback_v1¤

wayland.zwp_fullscreen_shell_mode_feedback_v1 ¤

Methods:

events

mode_successful ¤

mode_successful() -> None

Mode switch succeeded

This event indicates that the attempted mode switch operation was successful. A surface of the size requested in the mode switch will fill the output without scaling.

Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.

mode_failed ¤

mode_failed() -> None

Mode switch failed

This event indicates that the attempted mode switch operation failed. This may be because the requested output mode is not possible or it may mean that the compositor does not want to allow it.

Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.

present_cancelled ¤

present_cancelled() -> None

Mode switch cancelled

This event indicates that the attempted mode switch operation was cancelled. Most likely this is because the client requested a second mode switch before the first one completed.

Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.

on_mode_successful ¤

on_mode_successful() -> None

on_mode_failed ¤

on_mode_failed() -> None

on_present_cancelled ¤

on_present_cancelled() -> None