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,
|
moveNext, movePrev,
|
||||||
select,
|
select,
|
||||||
cancel,
|
cancel,
|
||||||
transformSearchString
|
transformSearchString,
|
||||||
|
|
||||||
-- * Screenshots
|
-- * Screenshots
|
||||||
-- $screenshots
|
-- $screenshots
|
||||||
|
|
||||||
|
-- * Types
|
||||||
|
TwoDState,
|
||||||
) where
|
) where
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import Data.Bits
|
import Data.Bits
|
||||||
|
@ -25,6 +25,8 @@ module XMonad.Layout.Fullscreen
|
|||||||
,fullscreenManageHook
|
,fullscreenManageHook
|
||||||
,fullscreenManageHookWith
|
,fullscreenManageHookWith
|
||||||
,FullscreenMessage(..)
|
,FullscreenMessage(..)
|
||||||
|
-- * Types for reference
|
||||||
|
,FullscreenFloat, FullscreenFocus, FullscreenFull
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import XMonad
|
import XMonad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user