summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 0be2e34..9e1800e 100644
--- a/Main.hs
+++ b/Main.hs
@@ -176,5 +176,5 @@ kill = do
(w:_) -> do
-- if(isprotodel(sel))
-- sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
- io $ xKillClient dpy w -- ignoring result
+ io $ killClient dpy w -- ignoring result
return ()