mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Export types to improve haddock links.
This commit is contained in:
parent
c4f3e94377
commit
d4c7c51616
@ -63,10 +63,13 @@ module XMonad.Actions.GridSelect (
|
||||
moveNext, movePrev,
|
||||
select,
|
||||
cancel,
|
||||
transformSearchString
|
||||
transformSearchString,
|
||||
|
||||
-- * Screenshots
|
||||
-- $screenshots
|
||||
|
||||
-- * Types
|
||||
TwoDState,
|
||||
) where
|
||||
import Data.Maybe
|
||||
import Data.Bits
|
||||
|
@ -25,6 +25,8 @@ module XMonad.Layout.Fullscreen
|
||||
,fullscreenManageHook
|
||||
,fullscreenManageHookWith
|
||||
,FullscreenMessage(..)
|
||||
-- * Types for reference
|
||||
,FullscreenFloat, FullscreenFocus, FullscreenFull
|
||||
) where
|
||||
|
||||
import XMonad
|
||||
|
Loading…
x
Reference in New Issue
Block a user