mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
101b65f4e5
ICCCM 4.1.2 says WMs will examine client properties every time window is mapped. Because SetWMProtocols is called before MapWindow some WMs (specifically taowm) never see them. In other WMs this works because they check for WM_DELETE_WINDOW when user tries to close window, not when window is mapped. Signed-off-by: Konstantin Kulikov <k.kulikov2@gmail.com>