diff options
Diffstat (limited to 'Xmobar.hs')
-rw-r--r-- | Xmobar.hs | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -81,10 +81,9 @@ eventLoop = do c <- ask s <- get io $ forkIO $ sendUpdateEvent (display s) (window s) (refresh c) - action <- io $ allocaXEvent $ \e -> - do nextEvent (display s) e - return updateWin - action + io $ allocaXEvent $ \e -> + nextEvent (display s) e + updateWin eventLoop -- | The function to create the initial window |