aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Fullscreen.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Fullscreen.hs')
-rw-r--r--XMonad/Layout/Fullscreen.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Layout/Fullscreen.hs b/XMonad/Layout/Fullscreen.hs
index 08dcaf5..a5286a2 100644
--- a/XMonad/Layout/Fullscreen.hs
+++ b/XMonad/Layout/Fullscreen.hs
@@ -25,6 +25,8 @@ module XMonad.Layout.Fullscreen
,fullscreenManageHook
,fullscreenManageHookWith
,FullscreenMessage(..)
+ -- * Types for reference
+ ,FullscreenFloat, FullscreenFocus, FullscreenFull
) where
import XMonad