diff options
author | Don Stewart <dons@galois.com> | 2007-11-19 01:39:00 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-11-19 01:39:00 +0100 |
commit | c1e95d064314e74942af42da783140930bfd9053 (patch) | |
tree | 356e01e7f6052b5c9fb221b3bbe07fe272ba4997 /XMonad | |
parent | 20a5847bf10090e0942fcf631f91eee2005f94f9 (diff) | |
download | metatile-c1e95d064314e74942af42da783140930bfd9053.tar metatile-c1e95d064314e74942af42da783140930bfd9053.zip |
reformat export list to fit on the page
darcs-hash:20071119003900-cba2c-75ff7b1014bade3593f5f543d27c7a45bf1144b3
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Core.hs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 7702a78..ee5320c 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -19,8 +19,14 @@ ----------------------------------------------------------------------------- module XMonad.Core ( - X, WindowSet, WindowSpace, WorkspaceId, ScreenId(..), ScreenDetail(..), XState(..), XConf(..), XConfig(..), LayoutClass(..), Layout(..), readsLayout, Typeable, Message, SomeMessage(..), fromMessage, runLayout, LayoutMessages(..), - runX, catchX, userCode, io, catchIO, withDisplay, withWindowSet, isRoot, getAtom, spawn, restart, recompile, trace, whenJust, whenX, + X, WindowSet, WindowSpace, WorkspaceId, + ScreenId(..), ScreenDetail(..), XState(..), + XConf(..), XConfig(..), LayoutClass(..), + Layout(..), readsLayout, Typeable, Message, + SomeMessage(..), fromMessage, runLayout, LayoutMessages(..), + runX, catchX, userCode, io, catchIO, + withDisplay, withWindowSet, isRoot, + getAtom, spawn, restart, recompile, trace, whenJust, whenX, atom_WM_STATE, atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW ) where |