Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set _NET_FRAME_EXTENTS according to the actual decoration size #5944

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

Commits on Mar 9, 2024

  1. Set _NET_FRAME_EXTENTS according to the actual decoration size

    Use `con_border_style_rect(con)` to retrieve the decoration size (that
    function takes lots of special cases due to `hide_edge_borders`, border
    style and width customizations, etc. into account), then massage the
    result into the form suitable for `_NET_FRAME_EXTENTS`.
    
    Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
    sigprof committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    83a1205 View commit details
    Browse the repository at this point in the history
  2. Add changelog for the _NET_FRAME_EXTENTS change

    Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
    sigprof committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fbe040e View commit details
    Browse the repository at this point in the history