Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_event #3229

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2021

  1. xdg-shell: fix notes for wlr_xdg_toplevel.requested

    The requested properties can be read by compositors on any relevant
    event (set_maximized, set_fullscreen etc), not just surface map.
    Reading `minimized` only makes sense on surface map, as the compositor
    can't handle set_minimized events before that.
    Kirill Primak committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    a5770fd View commit details
    Browse the repository at this point in the history
  2. xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_event

    Instead, compositors can read relevant values from
    wlr_xdg_toplevel.requested.
    Kirill Primak committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7832482 View commit details
    Browse the repository at this point in the history