Xinqi Bao's Git
4f1c84bce960472b8f58fc54a40be40812476ec2
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
3 * See LICENSE file for license details.
29 if(c
->proto
& WM_PROTOCOL_DELWIN
)
30 send_message(c
->win
, wm_atom
[WMProtocols
], wm_atom
[WMDelete
]);
32 XKillClient(dpy
, c
->win
);