[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STAT
From: |
martin rudalics |
Subject: |
Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE |
Date: |
Sun, 16 May 2021 10:30:29 +0200 |
> Reporting that the solution based on VisibilityNotify resolves my
> issue. Many thanks!
And thanks for identifying the missing setting of _NET_WM_STATE as the
culprit. IIUC this means that quite a number of WMs (fluxbox, Xmonad,
Emacs' own EXWM, cwm) are not treated well by our calls of
x_get_current_wm_state and x_handle_net_wm_state in handle_one_xevent
and we probably should do away with that.
Adam, given the above, can you think of fixing Bug#9893 in a way that is
not based on _NET_WM_STATE?
martin
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, (continued)
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, Omar Polo, 2021/05/16
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, martin rudalics, 2021/05/16
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, Omar Polo, 2021/05/16
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, Tom Gillespie, 2021/05/17
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, martin rudalics, 2021/05/18
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, Basil L. Contovounesios, 2021/05/18
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, martin rudalics, 2021/05/18
- Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, Basil L. Contovounesios, 2021/05/18
Re: [PATCH] Fix rendering issues on window managers without _NET_WM_STATE, martin rudalics, 2021/05/15