aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-19 01:39:00 +0100
committerDon Stewart <dons@galois.com>2007-11-19 01:39:00 +0100
commit63e38814727224c263b416ccb6230955eb51ef49 (patch)
tree356e01e7f6052b5c9fb221b3bbe07fe272ba4997 /XMonad/Core.hs
parent476e8cf9f8f6cd543a540596b7428ac33b588cb1 (diff)
downloadxmonad-63e38814727224c263b416ccb6230955eb51ef49.tar.gz
xmonad-63e38814727224c263b416ccb6230955eb51ef49.tar.xz
xmonad-63e38814727224c263b416ccb6230955eb51ef49.zip
reformat export list to fit on the page
darcs-hash:20071119003900-cba2c-75ff7b1014bade3593f5f543d27c7a45bf1144b3.gz
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs10
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