aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/EwmhDesktops.hs
diff options
context:
space:
mode:
authorMalebria <malebria@riseup.net>2008-06-10 15:06:14 +0200
committerMalebria <malebria@riseup.net>2008-06-10 15:06:14 +0200
commit30be89cf81633aafd2bf4b7388f4eb8433218968 (patch)
tree0ba0d82a7ac71a3841b4b49ca3b5a268f9abc955 /XMonad/Hooks/EwmhDesktops.hs
parent177a3c6bc84ee021d3f75560947e866545918175 (diff)
downloadXMonadContrib-30be89cf81633aafd2bf4b7388f4eb8433218968.tar.gz
XMonadContrib-30be89cf81633aafd2bf4b7388f4eb8433218968.tar.xz
XMonadContrib-30be89cf81633aafd2bf4b7388f4eb8433218968.zip
XMonad.Hooks.EwmhDesktops export EwmHDesktopsHook
Any function that a user may write in his configuration file that is related to ewmhDesktopsLayout cannot have it's type signature if this type is not exported. darcs-hash:20080610130614-1ef02-2e9a83911508a45d31fb4c3412a068c6a54459df.gz
Diffstat (limited to 'XMonad/Hooks/EwmhDesktops.hs')
-rw-r--r--XMonad/Hooks/EwmhDesktops.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Hooks/EwmhDesktops.hs b/XMonad/Hooks/EwmhDesktops.hs
index 89599f3..7984dff 100644
--- a/XMonad/Hooks/EwmhDesktops.hs
+++ b/XMonad/Hooks/EwmhDesktops.hs
@@ -15,6 +15,7 @@
module XMonad.Hooks.EwmhDesktops (
-- * Usage
-- $usage
+ EwmhDesktopsHook,
ewmhDesktopsLogHook,
ewmhDesktopsLayout
) where