mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
xKillClient -> killClient
This commit is contained in:
parent
11af93da57
commit
3ca6985525
2
Main.hs
2
Main.hs
@ -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 ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user