diff options
author | nicolas.pouillard <nicolas.pouillard@gmail.com> | 2008-01-14 21:26:12 +0100 |
---|---|---|
committer | nicolas.pouillard <nicolas.pouillard@gmail.com> | 2008-01-14 21:26:12 +0100 |
commit | f777e12c77d0070d56b77e8d24e1b3b61a21e812 (patch) | |
tree | ca08a1a2a4299ea99e64268d2a2b2958c7dd689d | |
parent | e0f3ffae8eb3dc6dd2500af8966a6d8ccf31bb98 (diff) | |
download | xmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.tar.gz xmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.tar.xz xmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.zip |
Export doubleFork
darcs-hash:20080114202612-94725-0a7751493059fe19084a8f19139ecbf8dd1446a7.gz
-rw-r--r-- | XMonad/Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 80195bb..877a73a 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -24,7 +24,7 @@ module XMonad.Core ( XConf(..), XConfig(..), LayoutClass(..), Layout(..), readsLayout, Typeable, Message, SomeMessage(..), fromMessage, runLayout, LayoutMessages(..), - runX, catchX, userCode, io, catchIO, + runX, catchX, userCode, io, catchIO, doubleFork, withDisplay, withWindowSet, isRoot, runOnWorkspaces, broadcastMessage, getAtom, spawn, restart, getXMonadDir, recompile, trace, whenJust, whenX, atom_WM_STATE, atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW, ManageHook, Query(..), runManageHook |