xKillClient -> killClient

This commit is contained in:
Spencer Janssen 2007-03-07 07:30:10 +00:00
parent 11af93da57
commit 3ca6985525

View File

@ -176,5 +176,5 @@ kill = do
(w:_) -> do (w:_) -> do
-- if(isprotodel(sel)) -- if(isprotodel(sel))
-- sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]); -- sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
io $ xKillClient dpy w -- ignoring result io $ killClient dpy w -- ignoring result
return () return ()