Export XMonad.Actions.Workscreen (WorkscreenId)

This is fixing for problem that
WorkscreenId was shown in XMonad.Actions.Workscreen document
(ex: viewWorkscreen),
but never shown WorkscreenId definition.
This commit is contained in:
aiya000
2016-09-19 16:29:20 +09:00
parent 753e9ce4b0
commit f6ded1a4d7

View File

@@ -31,6 +31,7 @@ module XMonad.Actions.Workscreen (
,shiftToWorkscreen
,fromWorkspace
,expandWorkspace
,WorkscreenId
) where
import XMonad hiding (workspaces)