ZK4NGCJUT3KIMUIGKR6L2JQKZ26Z6IKRSDJGWVG7ZFVPDVQHSWRAC
BOH54DATFCM5ZC6GDQKEU23PQSIOOINLX3UAI47STL7PP56PQUYAC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
HWS332I73ETH3YIIOCQO7WB7VPQICME6GGXFJ7EUWDH5O3KA27QQC
c->map.notify = maprequest; c->unmap.notify = unmapnotify; /* Only "managed" windows can be activated */
c->map.notify = maprequest;
c->unmap.notify = unmapnotify;
/* Only "managed" windows can be activated */
} else { c->map.notify = maprequestindependent; c->unmap.notify = unmapnotifyindependent;
} else {
c->map.notify = maprequestindependent;
c->unmap.notify = unmapnotifyindependent;
c->map.notify = xwayland_surface->override_redirect ? maprequestindependent : maprequest;
c->destroy.notify = destroynotify;
c->unmap.notify = xwayland_surface->override_redirect ? unmapnotifyindependent : unmapnotify;