Xinqi Bao's Git
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
);