aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authornicolas.pouillard <nicolas.pouillard@gmail.com>2008-01-14 21:26:12 +0100
committernicolas.pouillard <nicolas.pouillard@gmail.com>2008-01-14 21:26:12 +0100
commitf777e12c77d0070d56b77e8d24e1b3b61a21e812 (patch)
treeca08a1a2a4299ea99e64268d2a2b2958c7dd689d /XMonad
parente0f3ffae8eb3dc6dd2500af8966a6d8ccf31bb98 (diff)
downloadxmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.tar.gz
xmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.tar.xz
xmonad-f777e12c77d0070d56b77e8d24e1b3b61a21e812.zip
Export doubleFork
darcs-hash:20080114202612-94725-0a7751493059fe19084a8f19139ecbf8dd1446a7.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Core.hs2
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