-
821da36a
by Rémi Bernon at 2025-05-22T22:03:56+02:00
winex11: Track _MOTIF_WM_HINTS property in the window state.
-
065d637e
by Rémi Bernon at 2025-05-22T22:03:56+02:00
winex11: Avoid unnecessary _NET_WM_FULLSCREEN_MONITORS requests.
Use the window state to keep track of the monitors, although we don't
record the X current state for now. There's no reason for it to change
behind the scenes, but we can always later add a full tracker for the
property if necessary.
-
e4c2444d
by Rémi Bernon at 2025-05-22T22:03:58+02:00
winex11: Trace more window change request serials.
-
b9318e38
by Rémi Bernon at 2025-05-22T22:03:58+02:00
winex11: Move managed window check to window_set_net_wm_state.
-
29840436
by Rémi Bernon at 2025-05-22T22:03:58+02:00
winex11: Update the current window state when ignoring events.
Although we ignore them, the information still describes the current
X window state and should be recorded.