aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Reflect.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Reflect.hs')
-rw-r--r--XMonad/Layout/Reflect.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Layout/Reflect.hs b/XMonad/Layout/Reflect.hs
index 03fd6b6..bd127ea 100644
--- a/XMonad/Layout/Reflect.hs
+++ b/XMonad/Layout/Reflect.hs
@@ -18,7 +18,8 @@ module XMonad.Layout.Reflect (
-- $usage
reflectHoriz, reflectVert,
- REFLECTX(..), REFLECTY(..)
+ REFLECTX(..), REFLECTY(..),
+ Reflect
) where